Spaces:
Runtime error
Runtime error
jhj0517
commited on
Commit
·
d3e66e1
1
Parent(s):
e5f60c0
Chore: align imports
Browse files- modules/sam_inference.py +1 -3
modules/sam_inference.py
CHANGED
@@ -7,9 +7,7 @@ from datetime import datetime
|
|
7 |
import numpy as np
|
8 |
|
9 |
from modules.model_downloader import (
|
10 |
-
AVAILABLE_MODELS,
|
11 |
-
DEFAULT_MODEL_TYPE,
|
12 |
-
OUTPUT_DIR,
|
13 |
is_sam_exist,
|
14 |
download_sam_model_url
|
15 |
)
|
|
|
7 |
import numpy as np
|
8 |
|
9 |
from modules.model_downloader import (
|
10 |
+
AVAILABLE_MODELS, DEFAULT_MODEL_TYPE, OUTPUT_DIR,
|
|
|
|
|
11 |
is_sam_exist,
|
12 |
download_sam_model_url
|
13 |
)
|