Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ranggapr2000
/
rvc_api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d5b455f
rvc_api
/
update.bat
aryo100
first commit
b5a064f
7 months ago
raw
Copy download link
history
blame
Safe
235 Bytes
@
echo
off
if
exist
".git" (
git fetch --prune
git reset --hard origin/main
)
else
(
git init
git remote add origin https://github.com/ddPn08/rvc-webui.git
git fetch --prune
git reset --hard origin/main
)
pause