vlm-demo / startup.sh
mattb512's picture
clone 2nd repo
9e32bc9
raw
history blame
No virus
169 Bytes
#!/bin/sh
python -m serve.controller --host 0.0.0.0 --port 10000 &
python -m serve.gradio_web_server --controller http://localhost:10000 --model-list-mode reload --share