abhibisht89 commited on
Commit
1bfb52c
1 Parent(s): 3922a54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ demo = gr.Interface(
50
  description=description,
51
  article=article,
52
  enable_queue=True,
53
- examples=[["example_1.png", "What is date of birth?"], ["example_1.jpeg", "What's the Sex?"]],
54
  cache_examples=False)
55
 
56
  demo.launch()
 
50
  description=description,
51
  article=article,
52
  enable_queue=True,
53
+ examples=[["example_1.png", "What is date of birth?"], ["example_1.png", "What is Patient initials?"]],
54
  cache_examples=False)
55
 
56
  demo.launch()