shripadbhat commited on
Commit
2f276a0
·
1 Parent(s): 562dbef

Update app.py

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