praeclarumjj3 commited on
Commit
27cfa73
1 Parent(s): 1e5dbd3

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -216,4 +216,4 @@ iface = gr.Interface(fn=segment, inputs=gradio_inputs,
216
  examples=examples, title=title,
217
  description=description)
218
 
219
- iface.launch(enable_queue=True, server_name="0.0.0.0")
 
216
  examples=examples, title=title,
217
  description=description)
218
 
219
+ iface.launch(server_name="0.0.0.0")