Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,6 @@ from segment_anything import sam_model_registry, SamAutomaticMaskGenerator, SamP
|
|
31 |
|
32 |
sys.path.append(".")
|
33 |
from utils.data_utils import gen_square_crops
|
34 |
-
from utils.visualizer import ColorMode, Visualizer
|
35 |
from facenet_pytorch import MTCNN, InceptionResnetV1
|
36 |
|
37 |
os.environ["CUDA_VISIBLE_DEVICES"] = "0"
|
|
|
31 |
|
32 |
sys.path.append(".")
|
33 |
from utils.data_utils import gen_square_crops
|
|
|
34 |
from facenet_pytorch import MTCNN, InceptionResnetV1
|
35 |
|
36 |
os.environ["CUDA_VISIBLE_DEVICES"] = "0"
|