Commit c58372c7 authored by laibao's avatar laibao
Browse files

Update README.md

parent a013f41a
......@@ -139,7 +139,7 @@ pip install gradio
2.1 启动gradio服务,根据提示操作
```
python gradio_openai_vlm_webserver.py --model model_path --model-url http://localhost:8000/v1 --host "0.0.0.0" --port 8001"
python gradio_openai_vlm_webserver.py --model model_path --model-url http://localhost:8000/v1 --host "0.0.0.0" --port 8001
```
......@@ -169,7 +169,7 @@ vllm serve model_path --trust-remote-code --port 8000 --host 0.0.0.0 --allowed-
4.启动gradio服务
```
python gradio_openai_vlm_webserver.py --model model_path --model-url http://localhost:8000/v1 --host "0.0.0.0" --port 8001"
python gradio_openai_vlm_webserver.py --model model_path --model-url http://localhost:8000/v1 --host "0.0.0.0" --port 8001
```
5.使用对话服务
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment