From fbafb1639ef229bf444f430ea93c6ad93c57b260 Mon Sep 17 00:00:00 2001 From: csunny Date: Sun, 30 Apr 2023 14:22:45 +0800 Subject: [PATCH] update readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 370b035c5..97ce3b9bf 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Overall, it appears to be a sophisticated and innovative tool for working with d 1. Run model server ``` cd pilot/server -uvicorn vicuna_server:app --host 0.0.0.0 +python vicuna_server.py ``` 2. Run gradio webui