debisoft commited on
Commit
d149e7b
·
1 Parent(s): f126704
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,5 +33,5 @@ def greet(input):
33
  return transform2(output[0])
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, debug=True)
 
33
  return transform2(output[0])
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
+ iface.queue(api_open=True);
37
+ iface.launch()