shripadbhat commited on
Commit
f67b05c
·
1 Parent(s): fba9384

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[['questiontest1','context1'],['questiontest2','context2']]
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()