Update product_update_validator.py
Browse files
product_update_validator.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
from
|
2 |
-
from
|
3 |
|
4 |
class Update_Validator:
|
5 |
def __init__(self, text_model=None, image_model=None, threshold=0.7):
|
|
|
1 |
+
from description_validator import Description_Validator
|
2 |
+
from image_validator import Image_Validator
|
3 |
|
4 |
class Update_Validator:
|
5 |
def __init__(self, text_model=None, image_model=None, threshold=0.7):
|