Spaces:
Running
on
T4
Running
on
T4
Fix Gradio listening address
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
|
@@ -197,4 +197,4 @@ iface = gr.Interface(fn=segment, inputs=gradio_inputs,
|
|
| 197 |
examples=examples, title=title,
|
| 198 |
description=description)
|
| 199 |
|
| 200 |
-
iface.launch(enable_queue=True,
|
|
|
|
| 197 |
examples=examples, title=title,
|
| 198 |
description=description)
|
| 199 |
|
| 200 |
+
iface.launch(enable_queue=True, server_name="0.0.0.0")
|