Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
f58205e
1
Parent(s):
882b974
wip
Browse files
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
|
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 |
|