mcosarinsky commited on
Commit
f202dec
·
verified ·
1 Parent(s): c2b94eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,4 +135,4 @@ with gr.Blocks(fill_width=True) as demo:
135
 
136
 
137
  if __name__ == "__main__":
138
- demo.launch(server_name="0.0.0.0", server_port=7860, ssr_mode=False)
 
135
 
136
 
137
  if __name__ == "__main__":
138
+ demo.queue().launch(server_name="0.0.0.0", server_port=7860, ssr_mode=False)