kevinwang676 commited on
Commit
7ccf9b2
1 Parent(s): f7f6d0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -334,5 +334,5 @@ with app:
334
  </div>
335
  ''')
336
 
337
- #app.queue(max_size=40, api_open=False)
338
- app.launch(share=False, show_error=True)
 
334
  </div>
335
  ''')
336
 
337
+ app.queue(max_size=40, api_open=False)
338
+ app.launch(max_threads=400, show_error=True)