mr2along commited on
Commit
74b073f
·
verified ·
1 Parent(s): 8a0ae1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -892,4 +892,4 @@ if __name__ == "__main__":
892
  if USE_COLAB:
893
  print("Running in colab mode")
894
 
895
- interface.queue(concurrency_count=2, max_size=20).launch(share=USE_COLAB)
 
892
  if USE_COLAB:
893
  print("Running in colab mode")
894
 
895
+ interface.queue( max_size=20).launch(share=USE_COLAB)