Update app.py
Browse files
app.py
CHANGED
@@ -131,4 +131,4 @@ examples = [
|
|
131 |
['archery.mp4']
|
132 |
]
|
133 |
|
134 |
-
gr.Interface(x3dpred, inputs, outputs, title=title, description=description, article=article, examples=examples, analytics_enabled=False,).launch(
|
|
|
131 |
['archery.mp4']
|
132 |
]
|
133 |
|
134 |
+
gr.Interface(x3dpred, inputs, outputs, title=title, description=description, article=article, examples=examples, analytics_enabled=False,).launch(enable_queue=True,cache_examples=True)
|