Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
lewiswu1209/MockingBird
kira4424
/
Tacotron-zero-short-voice-clone
like
13
Runtime error
App
Files
Files
Community
1
kira4424
commited on
Aug 20, 2023
Commit
a0907be
•
1 Parent(s):
e42c164
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -99,4 +99,4 @@ def new_main():
99
demo.launch()
100
101
if __name__=="__main__":
102
-
main
()
99
demo.launch()
100
101
if __name__=="__main__":
102
+
new_main
()