Spaces:
Runtime error
Runtime error
Commit
·
2f276a0
1
Parent(s):
562dbef
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,6 @@ demo = gr.Interface(
|
|
12 |
inputs=[gr.Textbox(lines=2, placeholder="What is age of patient..."),
|
13 |
gr.Textbox(lines=2, placeholder="The patient is a 71 year old male...")],
|
14 |
outputs="text",
|
15 |
-
examples=[['questiontest1','context1'],['questiontest2'
|
16 |
)
|
17 |
demo.launch()
|
|
|
12 |
inputs=[gr.Textbox(lines=2, placeholder="What is age of patient..."),
|
13 |
gr.Textbox(lines=2, placeholder="The patient is a 71 year old male...")],
|
14 |
outputs="text",
|
15 |
+
examples=[['questiontest1','context1'],['questiontest2','context2']]
|
16 |
)
|
17 |
demo.launch()
|