ozyman commited on
Commit
bda5dad
·
1 Parent(s): 90a3b7b

added parallel queue processing

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -244,4 +244,5 @@ with demo:
244
 
245
 
246
  if __name__ == '__main__':
 
247
  demo.launch(share=False)
 
244
 
245
 
246
  if __name__ == '__main__':
247
+ demo.queue(concurrency_count=2)
248
  demo.launch(share=False)