Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soulwax89
/
bluesix
like
0
Build error
App
Files
Files
Community
main
bluesix
/
run.bat
soulwax
Initial commit
375afca
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
187 Bytes
@
echo
off
python scripts/check_requirements.py requirements.txt
if
errorlevel
1
(
echo
Installing missing packages...
pip install -r requirements.txt
)
python -m autogpt %*
pause