Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
b6e2381
1
Parent(s):
d4cf66c
Update app.py
Browse files
app.py
CHANGED
@@ -18,4 +18,4 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2109.137
|
|
18 |
|
19 |
examples=[['bruce.wav']]
|
20 |
|
21 |
-
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
|
|
|
18 |
|
19 |
examples=[['bruce.wav']]
|
20 |
|
21 |
+
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples, enable_queue=True).launch()
|