Pendrokar commited on
Commit
c177a79
·
1 Parent(s): a886688

default_concurrency_limit 40=>3

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1535,5 +1535,5 @@ with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}
1535
 
1536
 
1537
  demo\
1538
- .queue(api_open=False, default_concurrency_limit=40)\
1539
  .launch(show_api=False, show_error=True)
 
1535
 
1536
 
1537
  demo\
1538
+ .queue(api_open=False, default_concurrency_limit=3)\
1539
  .launch(show_api=False, show_error=True)