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