debisoft commited on
Commit
605fbbd
·
1 Parent(s): f40ad78

enable_queue=False

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ def greet(input):
34
 
35
  iface = gr.Interface(fn=greet, inputs=[gr.Textbox(label="coord_zxy", value="/18/73237/95677")], outputs=[gr.Image(type="pil", width=256, label="Output Image")])
36
 
37
- iface.launch()
 
34
 
35
  iface = gr.Interface(fn=greet, inputs=[gr.Textbox(label="coord_zxy", value="/18/73237/95677")], outputs=[gr.Image(type="pil", width=256, label="Output Image")])
36
 
37
+ iface.launch(enable_queue=False)