Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yasir68
/
xempire1
like
0
Paused
App
Files
Files
Community
4
refs/pr/3
xempire1
/
START.bat
yasir68
Upload folder using huggingface_hub (
#1
)
e26cd2e
verified
3 months ago
raw
Copy download link
history
blame
Safe
176 Bytes
@
echo
off
echo
Activating virtual environment...
title
MuskEmpire
call
venv\Scripts\activate
echo
Starting git pull
git pull
echo
Starting the bot...
python main.py -a
2
pause