Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|