Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YoMioAI
/
GPT-SoVITS-3s-cloning-free-TTS
like
28
Running
App
Files
Files
Community
34de3c1
GPT-SoVITS-3s-cloning-free-TTS
/
test.py
Xinonria
标准化响度
8358abb
2 months ago
raw
Copy download link
history
blame
Safe
148 Bytes
from
main
import
demo
if
__name__ ==
"__main__"
:
demo.launch(
server_port=
8080
,
show_api=
False
,
share=
True
)