Update app.py
Browse files
app.py
CHANGED
@@ -233,7 +233,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
233 |
|
234 |
demo.queue(default_concurrency_limit=240, max_size=240)
|
235 |
demo.launch(max_threads=400, ssr_mode=True)
|
236 |
-
https://github.com/gradio-app/gradio/issues/6339
|
237 |
demo.launch()
|
238 |
|
239 |
|
|
|
233 |
|
234 |
demo.queue(default_concurrency_limit=240, max_size=240)
|
235 |
demo.launch(max_threads=400, ssr_mode=True)
|
236 |
+
#https://github.com/gradio-app/gradio/issues/6339
|
237 |
demo.launch()
|
238 |
|
239 |
|