Update app.py
Browse files
app.py
CHANGED
@@ -103,4 +103,4 @@ examples = [
|
|
103 |
['archery.mp4']
|
104 |
]
|
105 |
|
106 |
-
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch()
|
|
|
103 |
['archery.mp4']
|
104 |
]
|
105 |
|
106 |
+
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch(enable_queue=True)
|