andhikagg commited on
Commit
9c69cba
·
verified ·
1 Parent(s): 215efe9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -680,4 +680,4 @@ if __name__ == '__main__':
680
  ]
681
  )
682
 
683
- app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=config.colab if spaces else True)
 
680
  ]
681
  )
682
 
683
+ app.queue(max_size=20, api_open=config.api).launch(share=config.colab if spaces else True)