Update app.py
Browse files
app.py
CHANGED
@@ -309,12 +309,8 @@ with gr.Blocks(title="🔊",theme=gr.themes.Base(primary_hue="rose",neutral_hue=
|
|
309 |
)
|
310 |
|
311 |
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
inbrowser=not config.noautoopen,
|
318 |
-
server_port=config.listen_port,
|
319 |
-
quiet=True,
|
320 |
-
)
|
|
|
309 |
)
|
310 |
|
311 |
|
312 |
+
app.queue(concurrency_count=511, max_size=1022).launch(
|
313 |
+
server_name="0.0.0.0",
|
314 |
+
inbrowser=not config.noautoopen,
|
315 |
+
server_port=config.listen_port,
|
316 |
+
)
|
|
|
|
|
|
|
|