Spaces:
Sleeping
Sleeping
Update app.py
Browse filesserver_name='0.0.0.0'
app.py
CHANGED
@@ -126,4 +126,4 @@ gr.Interface(
|
|
126 |
title=title,
|
127 |
description=description,
|
128 |
examples=[["example1.jpg"], ["example2.jpg"]]
|
129 |
-
).launch()
|
|
|
126 |
title=title,
|
127 |
description=description,
|
128 |
examples=[["example1.jpg"], ["example2.jpg"]]
|
129 |
+
).launch(server_name='0.0.0.0')
|