Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aliabid94
/
AutoGPT
like
247
Runtime error
App
Files
Files
Community
6
9617f86
AutoGPT
/
run.bat
Ali Abid
first commit
0534c31
over 1 year ago
raw
Copy download link
history
blame
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