Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,4 +55,4 @@ article = "<p style='text-align: center'><a href='https://joss.theoj.org/papers/
|
|
55 |
|
56 |
examples = [['test.wav']]
|
57 |
|
58 |
-
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples
|
|
|
55 |
|
56 |
examples = [['test.wav']]
|
57 |
|
58 |
+
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples).launch(enable_queue=True)
|