From 850c882e0dc5dfda9aa541ca44953e6f34aa47bc Mon Sep 17 00:00:00 2001 From: litagin Date: Mon, 17 Jul 2023 14:12:07 +0900 Subject: [PATCH] Update --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 97e61cb..6454b7c 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file