Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
346ecca
1
Parent(s):
b26f290
Update app.py
Browse files
app.py
CHANGED
@@ -60,6 +60,6 @@ article = "<p style='text-align: center'><a href='https://espnet.github.io/espne
|
|
60 |
examples = [
|
61 |
["poem.wav"]
|
62 |
]
|
63 |
-
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article,examples=examples).launch()
|
64 |
|
65 |
|
|
|
60 |
examples = [
|
61 |
["poem.wav"]
|
62 |
]
|
63 |
+
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article,examples=examples, enable_queue=True).launch()
|
64 |
|
65 |
|