Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yasir68
/
BlumBot
like
0
Sleeping
App
Files
Files
Community
1
main
BlumBot
/
START.bat
yasir68
Upload folder using huggingface_hub (
#1
)
09b15bb
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
122 Bytes
@
echo
off
echo
Activating virtual environment...
call
venv\Scripts\activate
echo
Starting the bot...
python main.py
pause