Henry Scheible commited on
Commit
596d046
1 Parent(s): a064e53

decrease concurrency to 1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,4 +190,4 @@ demo = gr.Interface(count_barnacles,
190
  # gr.Number(label="Custom Metric")
191
  ])
192
  # examples="examples")
193
- demo.queue(concurrency_count=10).launch()
 
190
  # gr.Number(label="Custom Metric")
191
  ])
192
  # examples="examples")
193
+ demo.queue(concurrency_count=1).launch()