MrDrmm commited on
Commit
70e5b6f
·
verified ·
1 Parent(s): a35eafc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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