Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dia-gov
/
AgentGPT-Web-GUI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cef0019
AgentGPT-Web-GUI
/
scripts
/
prepare-sync.sh
dia-gov
Upload 569 files
cd6f98e
verified
4 months ago
raw
Copy download link
history
blame
Safe
179 Bytes
cd
"
$(dirname
"
$0
"
)
"
||
exit
1
git reset --hard
git fetch origin
git checkout main
git pull
git branch -d actions/sync --force
git checkout -b actions/sync origin/actions/sync