Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
YouLiXiya/Mobile-SAM
Yakova
/
Mobile-SAM
like
0
Running
App
Files
Files
Community
4508aa9
Mobile-SAM
/
app.py
YouLiXiya
Update app.py
6516d18
about 1 year ago
raw
Copy download link
history
blame
Safe
101 Bytes
import
os
os.system(
'cd GroundingDINO && pip install -e. && cd ..'
)
os.system(
'python mobile-sam.py'
)