Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mrfakename
/
E2-F5-TTS
like
1.77k
Running
on
Zero
App
Files
Files
Community
50
Fetching metadata from the HF Docker repository...
mrfakename
commited on
Oct 18, 2024
Commit
31a30c2
·
verified
·
1 Parent(s):
70988bd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-5
app.py
CHANGED
Viewed
@@ -787,8 +787,5 @@ def main(port, host, share, api):
787
)
788
789
790
-
if __name__ == "__main__":
791
-
if not USING_SPACES:
792
-
main()
793
-
else:
794
-
app.queue().launch()
787
)
788
789
790
+
791
+
app.queue().launch()