bugfix
This commit is contained in:
parent
281c676056
commit
261ed0b9e9
@ -24,10 +24,11 @@ pip install git+https://git.kaiyuancloud.cn/yumoqing/ahserver.git
|
|||||||
cd fvlm
|
cd fvlm
|
||||||
python app/fastvlm.py
|
python app/fastvlm.py
|
||||||
```
|
```
|
||||||
|
the server will bind on port 9994
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```
|
```
|
||||||
curl https://{domain}/v1/generate \
|
curl http://localhost:9994/v1/generate \
|
||||||
-F "prompt=描述这张图片" \
|
-F "prompt=描述这张图片" \
|
||||||
-F "image_path=@path_to_image"
|
-F "image_path=@path_to_image"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user