Spaces:
Sleeping
Sleeping
Update extract_tools.py
Browse files- extract_tools.py +1 -1
extract_tools.py
CHANGED
|
@@ -15,7 +15,7 @@ from tool_utils.yolo_world import YoloWorld
|
|
| 15 |
from tool_utils.image_qualitycheck import brightness_check,gaussian_noise_check,snr_check
|
| 16 |
from tool_utils.image_description import SMOLVLM2
|
| 17 |
try:
|
| 18 |
-
from transformers import BlipProcessor, BlipForConditionalGeneration
|
| 19 |
from transformers import AutoImageProcessor, Mask2FormerForUniversalSegmentation
|
| 20 |
except ImportError as err:
|
| 21 |
logging.error("Import error :{}".format(err))
|
|
|
|
| 15 |
from tool_utils.image_qualitycheck import brightness_check,gaussian_noise_check,snr_check
|
| 16 |
from tool_utils.image_description import SMOLVLM2
|
| 17 |
try:
|
| 18 |
+
# from transformers import BlipProcessor, BlipForConditionalGeneration
|
| 19 |
from transformers import AutoImageProcessor, Mask2FormerForUniversalSegmentation
|
| 20 |
except ImportError as err:
|
| 21 |
logging.error("Import error :{}".format(err))
|