Spaces:
Runtime error
Runtime error
Commit
·
f67b05c
1
Parent(s):
fba9384
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,6 @@ demo = gr.Interface(
|
|
13 |
inputs=[gr.Textbox(lines=2, label='Question', show_label=True, placeholder="What is age of patient ?"),
|
14 |
gr.Textbox(lines=10, label='Clinical Note', show_label=True, placeholder="The patient is a 71 year old male...")],
|
15 |
outputs="text",
|
16 |
-
examples=
|
17 |
)
|
18 |
demo.launch()
|
|
|
13 |
inputs=[gr.Textbox(lines=2, label='Question', show_label=True, placeholder="What is age of patient ?"),
|
14 |
gr.Textbox(lines=10, label='Clinical Note', show_label=True, placeholder="The patient is a 71 year old male...")],
|
15 |
outputs="text",
|
16 |
+
examples='.'
|
17 |
)
|
18 |
demo.launch()
|