Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ with demo:
|
|
| 32 |
#inp = gr.Textbox(placeholder="What is a care plan for?")
|
| 33 |
|
| 34 |
inputs1[1].change(fn=f1,
|
| 35 |
-
inputs=inputs
|
| 36 |
outputs=out1)
|
| 37 |
|
| 38 |
demo.launch()
|
|
|
|
| 32 |
#inp = gr.Textbox(placeholder="What is a care plan for?")
|
| 33 |
|
| 34 |
inputs1[1].change(fn=f1,
|
| 35 |
+
inputs=inputs,
|
| 36 |
outputs=out1)
|
| 37 |
|
| 38 |
demo.launch()
|