Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Villagerindo
/
tts-bluearchive
like
1
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Villagerindo
commited on
Jul 21, 2023
Commit
f6ecd7d
·
1 Parent(s):
6bac4ab
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -98,4 +98,4 @@ def resultAud():
98
if __name__ == "__main__":
99
100
deviceType(argsDevice)
101
-
app.run(
debug=True, port=80
)
98
if __name__ == "__main__":
99
100
deviceType(argsDevice)
101
+
app.run()