Update app.py
Browse files
app.py
CHANGED
|
@@ -44,4 +44,4 @@ examples = [
|
|
| 44 |
['bird.png']
|
| 45 |
]
|
| 46 |
gr.Interface(birds, inputs, outputs, title=title, description=description,
|
| 47 |
-
article=article, examples=examples, analytics_enabled=False).launch()
|
|
|
|
| 44 |
['bird.png']
|
| 45 |
]
|
| 46 |
gr.Interface(birds, inputs, outputs, title=title, description=description,
|
| 47 |
+
article=article, examples=examples, analytics_enabled=False).launch(cache_examples=True,enable_queue=True)
|