Stable-X commited on
Commit
f9c6571
·
verified ·
1 Parent(s): 91786b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -408,4 +408,4 @@ with gr.Blocks(
408
  )
409
 
410
  if __name__ == "__main__":
411
- iface.launch(server_name="0.0.0.0")
 
408
  )
409
 
410
  if __name__ == "__main__":
411
+ iface.launch(server_name="0.0.0.0", concurrency_count=4)