awacke1 commited on
Commit
b7dc6f6
·
1 Parent(s): cbef904

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 ,QuestionInput ]
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()