Update app.py
Browse files
app.py
CHANGED
|
@@ -135,9 +135,9 @@ with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", fill_width=True, css=css) as demo:
|
|
| 135 |
|
| 136 |
|
| 137 |
|
| 138 |
-
demo.queue(default_concurrency_limit=240, max_size=240)
|
| 139 |
-
demo.launch(max_threads=400, ssr_mode=True)
|
| 140 |
# https://github.com/gradio-app/gradio/issues/6339
|
| 141 |
|
| 142 |
-
demo.queue(concurrency_count=50)
|
| 143 |
demo.launch()
|
|
|
|
| 135 |
|
| 136 |
|
| 137 |
|
| 138 |
+
#demo.queue(default_concurrency_limit=240, max_size=240)
|
| 139 |
+
#demo.launch(max_threads=400, ssr_mode=True)
|
| 140 |
# https://github.com/gradio-app/gradio/issues/6339
|
| 141 |
|
| 142 |
+
#demo.queue(concurrency_count=50)
|
| 143 |
demo.launch()
|