Irpan commited on
Commit
e97ae37
1 Parent(s): 9f21e26
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -149,5 +149,5 @@ with gr.Blocks() as app:
149
 
150
  # Main
151
  if __name__ == "__main__":
152
- app.queue(default_concurrency_limit = 2, max_size=20) # <-- Sets up a queue with default parameters
153
- app.launch(ssr_mode=False)
 
149
 
150
  # Main
151
  if __name__ == "__main__":
152
+ app.queue(default_concurrency_limit = 4, max_size=20) # <-- Sets up a queue with default parameters
153
+ app.launch()