None1145 commited on
Commit
ab16c0f
·
verified ·
1 Parent(s): 034e273

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,4 +174,4 @@ with gr.Blocks() as img:
174
  )
175
 
176
  if __name__ == "__main__":
177
- img.launch(timeout=None)
 
174
  )
175
 
176
  if __name__ == "__main__":
177
+ img.queue(max_size=10, timeout=None).launch()