hsuwill000 commited on
Commit
047fd41
·
verified ·
1 Parent(s): bab9d0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -53,4 +53,5 @@ with gr.Blocks() as demo:
53
 
54
  if __name__ == "__main__":
55
  print("Launching Gradio app...")
 
56
  demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
 
53
 
54
  if __name__ == "__main__":
55
  print("Launching Gradio app...")
56
+ demo.queue(api_open=True, max_size=1)
57
  demo.launch(server_name="0.0.0.0", server_port=7860, share=True)