Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
HirCoir
/
Piper-TTS-Spanish
like
6
Running
App
Files
Files
Community
6
HirCoir
commited on
Mar 6
Commit
77a39e7
•
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)