amaye15
commited on
Commit
·
d17cea3
1
Parent(s):
a25f677
Forgot to add login
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ PREDICTOR = SAM2ImagePredictor.from_pretrained(MODEL, device=DEVICE)
|
|
17 |
|
18 |
DESTINATION_DS = "amaye15/object-segmentation"
|
19 |
|
20 |
-
|
21 |
|
22 |
IMAGE = None
|
23 |
MASKS = None
|
|
|
17 |
|
18 |
DESTINATION_DS = "amaye15/object-segmentation"
|
19 |
|
20 |
+
login(os.getenv("TOKEN"))
|
21 |
|
22 |
IMAGE = None
|
23 |
MASKS = None
|