Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HirCoir
/
Piper-TTS-Spanish
like
9
Running
App
Files
Files
Community
7
Fetching metadata from the HF Docker repository...
HirCoir
commited on
Mar 6, 2024
Commit
77a39e7
·
verified
·
1 Parent(s):
51e2649
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,4 @@ def convert_text():
62
63
64
if __name__ == '__main__':
65
-
app.run(host='0.0.0.0', debug=False)
62
63
64
if __name__ == '__main__':
65
+
app.run(host='0.0.0.0',
port=7860,
debug=False)