BlumBot / START.bat
yasir68's picture
Upload folder using huggingface_hub
d778baa verified
raw
history blame
122 Bytes
@echo off
echo Activating virtual environment...
call venv\Scripts\activate
echo Starting the bot...
python main.py
pause