Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Satyajithchary
/
SAM2_Cutie
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Satyajithchary
commited on
Sep 14, 2024
Commit
0b09501
·
verified
·
1 Parent(s):
ddecd86
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
pip install --upgrade pip
2
import torch
3
from sam2.sam2_image_predictor import SAM2ImagePredictor
4
1
+
#
pip install --upgrade pip
2
import torch
3
from sam2.sam2_image_predictor import SAM2ImagePredictor
4