Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
YouLiXiya
/
Mobile-SAM
like
5
Running
App
Files
Files
Community
9848eb7
Mobile-SAM
/
app.py
YouLiXiya
Update app.py
bd9f36d
over 1 year ago
raw
Copy download link
history
blame
Safe
85 Bytes
import
os
os.system(
'pip install groundingdino-yl'
)
os.system(
'python mobile-sam.py'
)