Shaltiel commited on
Commit
3223bce
1 Parent(s): 47e3725

Fixed typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,4 +120,4 @@ with gr.Blocks(css='''
120
 
121
 
122
 
123
- demo.queue(api_open=False, concurrency_limit=10).launch(max_threads=20, share=False, allowed_paths=['dicta-logo.jpg'])
 
120
 
121
 
122
 
123
+ demo.queue(api_open=False, default_concurrency_limit=10).launch(max_threads=20, share=False, allowed_paths=['dicta-logo.jpg'])