Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Mahiruoshi/BangDream-Bert-VITS2
keisanmono
/
BangDream-Bert-VITS2
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
keisanmono
commited on
Sep 13, 2024
Commit
6ded766
·
verified
·
1 Parent(s):
c28aa23
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -508,4 +508,5 @@ if __name__ == "__main__":
508
],
509
outputs=[LastAudioOutput],
510
)
511
-
print("推理页面已开启!")
508
],
509
outputs=[LastAudioOutput],
510
)
511
+
print("推理页面已开启!")
512
+
app.launch(share=False)