Spaces:
Running
Running
ankur-bohra
commited on
Commit
•
c52d6b0
1
Parent(s):
cbe7842
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ demo = gr.Interface(
|
|
51 |
description=description,
|
52 |
article=article,
|
53 |
enable_queue=True,
|
54 |
-
examples=[["example_3.jpg", "What is the total?"], ["example_1.png", "When is the coffee break?"], ["example_2.jpeg", "What's the population of Stoddard?"]],
|
55 |
cache_examples=False)
|
56 |
|
57 |
demo.launch()
|
|
|
51 |
description=description,
|
52 |
article=article,
|
53 |
enable_queue=True,
|
54 |
+
# examples=[["example_3.jpg", "What is the total?"], ["example_1.png", "When is the coffee break?"], ["example_2.jpeg", "What's the population of Stoddard?"]],
|
55 |
cache_examples=False)
|
56 |
|
57 |
demo.launch()
|