Spaces:
Runtime error
Runtime error
abhibisht89
commited on
Commit
•
1bfb52c
1
Parent(s):
3922a54
Update app.py
Browse files
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.
|
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()
|