Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pluto0616
/
L2_InternVL
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9d54f50
L2_InternVL
/
app.py
Pluto0616
Update app.py
9d54f50
verified
3 months ago
raw
Copy download link
history
blame
Safe
141 Bytes
import
os
os.system(
'git lfs install'
)
os.system(
"pip install git+https://hf-mirror.com/Pluto0616/L2_InternVL"
)
os.system(
'python demo.py'
)