From fd569cc7fe35992c469306cb7ed1a92f2bfe5840 Mon Sep 17 00:00:00 2001 From: csunny Date: Sat, 29 Apr 2023 23:07:05 +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 f3f135932..71c30dc61 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 icuna_server:app --host 0.0.0.0 +uvicorn vicuna_server:app --host 0.0.0.0 ``` 2. Run gradio webui