rifatramadhani commited on
Commit
f58205e
·
1 Parent(s): 882b974
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import spaces
7
 
8
  # Local imports
9
  from age_estimation.age_estimation import age_estimation as _age_estimation
10
- from detection.face_detection import face_detection as _face_detection
11
  from detection.object_detection import object_detection as _object_detection
12
  from utils.ui_utils import update_input_visibility
13
 
 
7
 
8
  # Local imports
9
  from age_estimation.age_estimation import age_estimation as _age_estimation
10
+ from detection.face_detection import face_detection
11
  from detection.object_detection import object_detection as _object_detection
12
  from utils.ui_utils import update_input_visibility
13