project-baize commited on
Commit
1fe527f
1 Parent(s): 2bbb35a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -223,4 +223,4 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
223
  #)
224
  demo.title = "Baize"
225
 
226
- demo.queue(concurrency_count=2).launch()
 
223
  #)
224
  demo.title = "Baize"
225
 
226
+ demo.queue(concurrency_count=1).launch()