Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aryo100
/
rvc_webui
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
rvc_webui
/
update.sh
aryo100
first commit
2b7fad2
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
186 Bytes
#!/bin/bash
if
[ -d .git ];
then
git fetch --prune
git reset --hard origin/main
else
git init
git remote add origin
git fetch --prune
git reset --hard origin/main