Spaces:
Runtime error
Runtime error
alan
commited on
Commit
·
b05ad76
1
Parent(s):
e4da99a
enable que
Browse files
app.py
CHANGED
@@ -434,8 +434,8 @@ with gr.Blocks(css="style.css") as demo:
|
|
434 |
outputs=[output_audio, output_text],
|
435 |
api_name="run",
|
436 |
)
|
437 |
-
demo.launch()
|
438 |
-
|
439 |
|
440 |
# Linking models to the space
|
441 |
# 'facebook/seamless-m4t-large'
|
|
|
434 |
outputs=[output_audio, output_text],
|
435 |
api_name="run",
|
436 |
)
|
437 |
+
# demo.launch()
|
438 |
+
demo.queue(max_size=50).launch()
|
439 |
|
440 |
# Linking models to the space
|
441 |
# 'facebook/seamless-m4t-large'
|