Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lalalic
/
xtts
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lalalic
commited on
Mar 26, 2024
Commit
2251440
·
verified
·
1 Parent(s):
d595bbf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -154,5 +154,5 @@ def hello():
154
return "hello xtts"
155
156
if __name__ == '__main__':
157
-
app.run(
debug
=
True
)
158
154
return "hello xtts"
155
156
if __name__ == '__main__':
157
+
app.run(
host
=
"0.0.0.0", port=5000
)
158