xempire1 / START.sh
yasir68's picture
Upload folder using huggingface_hub (#1)
e26cd2e 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