multimodalart HF staff commited on
Commit
3960c94
1 Parent(s): 62a74cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -275,7 +275,7 @@ with gr.Blocks(css=css) as app_with_history:
275
  with gr.Tab("Past generations"):
276
  user_history.render()
277
 
278
- app_with_history.queue(max_size=20)
279
 
280
  if __name__ == "__main__":
281
- app_with_history.launch(max_threads=400, api_open=False)
 
275
  with gr.Tab("Past generations"):
276
  user_history.render()
277
 
278
+ app_with_history.queue(max_size=20,api_open=False )
279
 
280
  if __name__ == "__main__":
281
+ app_with_history.launch(max_threads=400)