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...
f3262c4
L2_InternVL
/
app.py
Pluto0616
Update app.py
f3262c4
verified
3 months ago
raw
Copy download link
history
blame
Safe
164 Bytes
import
os
os.system(
'git lfs install'
)
os.system(
"pip install git+https://hf-mirror.com/Pluto0616/L2_InternVL"
)
os.system(
'python /Pluto0616/L2_InternVL/demo.py'
)