LuisV commited on
Commit
243b207
1 Parent(s): c070cc0

fixing path typo

Browse files
imageprocessing/imageprocessingtools.py CHANGED
@@ -8,9 +8,9 @@ sys.path.append(
8
  )
9
 
10
  import artemis
11
- from color_detection import get_colors
12
- from clip_object_recognition import get_objects_in_image
13
- from emotion_detection import get_all_emotions_in_image
14
 
15
 
16
  import torch
 
8
  )
9
 
10
  import artemis
11
+ from .color_detection import get_colors
12
+ from .clip_object_recognition import get_objects_in_image
13
+ from .emotion_detection import get_all_emotions_in_image
14
 
15
 
16
  import torch