Spaces:
Runtime error
Runtime error
pengHTYX
commited on
Commit
•
940a706
1
Parent(s):
67c0098
'update'
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ _GPU_ID = 0
|
|
62 |
if not hasattr(Image, 'Resampling'):
|
63 |
Image.Resampling = Image
|
64 |
|
65 |
-
|
66 |
def sam_init():
|
67 |
sam_checkpoint = os.path.join(os.path.dirname(__file__), "sam_pt", "sam_vit_h_4b8939.pth")
|
68 |
model_type = "vit_h"
|
|
|
62 |
if not hasattr(Image, 'Resampling'):
|
63 |
Image.Resampling = Image
|
64 |
|
65 |
+
|
66 |
def sam_init():
|
67 |
sam_checkpoint = os.path.join(os.path.dirname(__file__), "sam_pt", "sam_vit_h_4b8939.pth")
|
68 |
model_type = "vit_h"
|