Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sg123321
/
xtts
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sg123321
commited on
18 days ago
Commit
bb1c3cc
·
verified
·
1 Parent(s):
d843214
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,4 +52,4 @@ iface = gr.Interface(
52
)
53
54
if __name__ == "__main__":
55
-
iface.launch()
52
)
53
54
if __name__ == "__main__":
55
+
iface.launch(
server_name="0.0.0.0", server_port=7860
)