This commit is contained in:
litagin
2023-07-17 14:12:07 +09:00
parent e3f6989626
commit 850c882e0d

View File

@@ -52,5 +52,8 @@ Each model directory should contain exactly one `.pth` file and at most one `.in
## Launch
```bash
# Activate virtual environment (for Windows)
venv\Scripts\activate
python app.py
```