Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
yasir68/BlumBot
haziqlone
/
BlumBot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
BlumBot
/
START.bat
yasir68
Upload folder using huggingface_hub (#1)
09b15bb
verified
4 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