sczhou commited on
Commit
b5217ce
1 Parent(s): f26e1dd
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -259,5 +259,5 @@ demo = gr.Interface(
259
  ]
260
  ).launch()
261
 
262
- demo.queue(concurrency_count=4)
263
  demo.launch()
 
259
  ]
260
  ).launch()
261
 
262
+ demo.queue(concurrency_count=3)
263
  demo.launch()