Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TRI-ML
/
vlm-demo
like
3
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0eb9eab
vlm-demo
/
startup.sh
mattb512
clone 2nd repo
9e32bc9
about 1 year ago
raw
Copy download link
history
blame
Safe
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