chargoddard commited on
Commit
11cf1df
·
verified ·
1 Parent(s): ef81290

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -304,4 +304,4 @@ with gr.Blocks() as demo:
304
  button.click(fn=merge, inputs=[config, token, repo_name, private], outputs=[logs])
305
 
306
 
307
- demo.queue().launch()
 
304
  button.click(fn=merge, inputs=[config, token, repo_name, private], outputs=[logs])
305
 
306
 
307
+ demo.queue(default_concurrency_limit=1).launch()