Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Trinet2023
/
monx
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1008223
monx
/
app.py
Trinet2023
Create app.py
1008223
verified
about 1 year ago
raw
Copy download link
history
blame
89 Bytes
import
gradio
as
gr
demo = gr.load(
"liuhaotian/llava-v1.6-vicuna-7b"
)
demo.launch()