skytnt commited on
Commit
668c08a
β€’
1 Parent(s): 1276f85

set concurrency_count

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -280,4 +280,4 @@ if __name__ == '__main__':
280
  js="()=>[null,null]")
281
  vc_submit.click(soft_vc_fn, [vc_input1, vc_input2, vc_input3],
282
  [vc_output1, vc_output2])
283
- app.launch()
 
280
  js="()=>[null,null]")
281
  vc_submit.click(soft_vc_fn, [vc_input1, vc_input2, vc_input3],
282
  [vc_output1, vc_output2])
283
+ app.queue(concurrency_count=3).launch()