Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lainlives
/
wubsy
like
0
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
wubsy
/
app.py
lainlives
oops
7cf52dd
3 months ago
raw
Copy download link
history
blame
contribute
delete
116 Bytes
from
ultimate_rvc.web.main
import
start_app
if
__name__ ==
"__main__"
:
start_app(share=
False
, ssr_mode =
True
)