BlumBot / START.sh
yasir68's picture
Upload folder using huggingface_hub (#1)
09b15bb verified
raw
history blame
172 Bytes
#!/bin/bash
echo "Activating virtual environment..."
source venv/bin/activate
echo "Starting the bot..."
python main.py
echo "Press any key to continue..."
read -n 1 -s