Chess-Web / start.sh
dpv007's picture
Upload folder using huggingface_hub
c2e3a29 verified
Raw
History Blame Contribute Delete
136 Bytes
#!/bin/bash
echo "Starting FastAPI Web Server..."
python3 app.py &
echo "Starting Lichess Bot..."
cd lichess-bot
python3 start_bot.py