Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mikeee
/
ttw
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8087598
ttw
/
run-python-app_py.bat
ffreemt
Update app.py
6f82744
about 2 years ago
raw
Copy download link
history
blame
Safe
208 Bytes
REM nodemon -w app.py -x .venv\Scripts\python app.py
REM nodemon -w app.py -x py -3.7 app.py
REM nodemon -w app.py -x "pyright app.py && py -3.8 app.py"
nodemon -w app.py -x "pyright app.py && python app.py"