Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -76,4 +76,4 @@ iface=gr.Interface(
|
|
76 |
],
|
77 |
title="Speech-to-Image Generation"
|
78 |
)
|
79 |
-
iface.launch(share=True,server_name="0.0.0.0",server_port=
|
|
|
76 |
],
|
77 |
title="Speech-to-Image Generation"
|
78 |
)
|
79 |
+
iface.launch(share=True,server_name="0.0.0.0",server_port=None)
|