Spaces:
Sleeping
Sleeping
Commit
·
6f44353
1
Parent(s):
936a911
Update app.py
Browse files
app.py
CHANGED
@@ -178,4 +178,5 @@ def greet(img):
|
|
178 |
|
179 |
|
180 |
iface = gr.Interface(fn=greet, inputs=gr.Image(type="pil"), outputs="image")
|
181 |
-
iface.launch(server_name="0.0.0.0", share=True)
|
|
|
|
178 |
|
179 |
|
180 |
iface = gr.Interface(fn=greet, inputs=gr.Image(type="pil"), outputs="image")
|
181 |
+
# iface.launch(server_name="0.0.0.0", share=True)
|
182 |
+
iface.launch(server_name="0.0.0.0")
|