Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
isamyoung/E2-F5-TTS
isamyoung
/
sun
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
isamyoung
commited on
Feb 8
Commit
ed98a2c
·
verified
·
1 Parent(s):
40eed23
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -885,4 +885,4 @@ if __name__ == "__main__":
885
if not USING_SPACES:
886
main()
887
else:
888
-
app.queue().launch()
885
if not USING_SPACES:
886
main()
887
else:
888
+
app.queue().launch(
share=True
)