Spaces:
Running
Running
Pedro Cuenca
commited on
Commit
•
50b9a44
1
Parent(s):
3584703
Use network defaults.
Browse filesFormer-commit-id: 5dac3336b37e10a1b9d538a735bec29aea790621
- app/app_gradio_ngrok.py +1 -2
app/app_gradio_ngrok.py
CHANGED
@@ -95,6 +95,5 @@ gr.Interface(run_inference,
|
|
95 |
examples=[['an armchair in the shape of an avocado'], ['snowy mountains by the sea']],
|
96 |
allow_flagging=False,
|
97 |
live=False,
|
98 |
-
server_name="0.0.0.0", # Bind to all interfaces
|
99 |
-
# server_port=8999
|
100 |
).launch()
|
|
|
95 |
examples=[['an armchair in the shape of an avocado'], ['snowy mountains by the sea']],
|
96 |
allow_flagging=False,
|
97 |
live=False,
|
98 |
+
# server_name="0.0.0.0", # Bind to all interfaces
|
|
|
99 |
).launch()
|