Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,4 +92,4 @@ iface=gr.Interface(
|
|
92 |
],
|
93 |
title="Speech-to-Image Generation"
|
94 |
)
|
95 |
-
iface.launch(share=True,server_name="0.0.0.0",server_port=
|
|
|
92 |
],
|
93 |
title="Speech-to-Image Generation"
|
94 |
)
|
95 |
+
iface.launch(share=True,server_name="0.0.0.0",server_port=7863)
|