robin0307 commited on
Commit
f8e9fe2
1 Parent(s): dc3e137

Update app.py

Browse files

set the enable_queue False

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,5 +89,5 @@ gr.Interface(inference,
89
  article=article,
90
  examples=examples,
91
  css=".output_image, .input_image {height: 40rem !important; width: 100% !important;}",
92
- enable_queue=True
93
  ).launch(debug=True, server_name='0.0.0.0', server_port=7860)
 
89
  article=article,
90
  examples=examples,
91
  css=".output_image, .input_image {height: 40rem !important; width: 100% !important;}",
92
+ enable_queue=False
93
  ).launch(debug=True, server_name='0.0.0.0', server_port=7860)