ironjr commited on
Commit
af47464
1 Parent(s): 8d70fdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1177,4 +1177,4 @@ async () => {{
1177
 
1178
 
1179
  if __name__ == '__main__':
1180
- demo.launch(server_port=opt.port)
 
1177
 
1178
 
1179
  if __name__ == '__main__':
1180
+ demo.queue(max_size=20).launch()