Spaces:
Sleeping
Sleeping
praeclarumjj3
commited on
Commit
•
27cfa73
1
Parent(s):
1e5dbd3
Update gradio_app.py
Browse files- 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(
|
|
|
216 |
examples=examples, title=title,
|
217 |
description=description)
|
218 |
|
219 |
+
iface.launch(server_name="0.0.0.0")
|