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