Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -72,5 +72,8 @@ with gr.Blocks() as demo:
|
|
72 |
outputs=[model_state, audio_output],
|
73 |
)
|
74 |
|
75 |
-
|
76 |
-
|
|
|
|
|
|
|
|
72 |
outputs=[model_state, audio_output],
|
73 |
)
|
74 |
|
75 |
+
demo.queue(
|
76 |
+
max_size=50,
|
77 |
+
default_concurrency_limit=1,
|
78 |
+
).launch(share=True)
|
79 |
+
|