pookiefoof commited on
Commit
ea69a40
·
1 Parent(s): 4fb456c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ def launch(port):
208
  outputs=[output_video])
209
 
210
  launch_args = {"server_port": port}
211
- demo.queue(max_size=20)
212
  demo.launch(auth=AUTH, **launch_args)
213
 
214
  if __name__ == "__main__":
 
208
  outputs=[output_video])
209
 
210
  launch_args = {"server_port": port}
211
+ demo.queue(max_size=4)
212
  demo.launch(auth=AUTH, **launch_args)
213
 
214
  if __name__ == "__main__":