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