From 612df55c06695d4a26e6c1c44a58ad858092ab31 Mon Sep 17 00:00:00 2001 From: Alex Reyes Date: Fri, 3 May 2024 15:32:35 -0400 Subject: [PATCH] Update run server command in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b29c8cd..2faa100 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ npm run dev Install back-end requirements and start back-end service ```bash pip install -r requirements.txt -python3 main.py --model lama --port 8080 +python3 main.py start --model lama --port 8080 ``` Then you can visit `http://localhost:5173/` for development. The front-end code will automatically update after being modified, but the back-end needs to restart the service after modifying the python code.