Spaces:
Running
Running
File size: 103 Bytes
eb5980a |
1 2 3 4 5 6 7 |
@echo on
cd %~dp0
call venv\Scripts\activate
python src\app.py --server_port 9999
TIMEOUT /T 10 |