jbilcke-hf HF staff commited on
Commit
6ab5fbf
1 Parent(s): 1165b2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -360,5 +360,5 @@ if __name__ == "__main__":
360
  demo = ui()
361
  # gr.close_all()
362
  # restart
363
- demo.queue(api_open=True)
364
- demo.launch()
 
360
  demo = ui()
361
  # gr.close_all()
362
  # restart
363
+ demo.queue(max_size=32, api_open=True).launch()
364
+