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