update readme file

This commit is contained in:
csunny
2023-04-29 23:07:05 +08:00
parent 3080f50fe4
commit dd31aa98ef

View File

@@ -11,7 +11,7 @@ Overall, it appears to be a sophisticated and innovative tool for working with d
1. Run model server 1. Run model server
``` ```
cd pilot/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 2. Run gradio webui