Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
marstin
/
VLM-Lens
like
2
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
VLM-Lens
/
app.py
marstin
[martin-dev] add demo v1 test
d425e71
29 days ago
raw
Copy download link
history
blame
contribute
delete
120 Bytes
# app.py
from
demo.launch_gradio
import
create_demo
demo = create_demo()
if
__name__ ==
"__main__"
:
demo.launch()