Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import os
|
2 |
from concurrent.futures import ThreadPoolExecutor
|
3 |
import gradio as gr
|
4 |
-
from
|
5 |
-
from
|
6 |
from age_estimator.mivolo.demo_copy import main as age_estimation_main
|
7 |
|
8 |
def process_video(video_file):
|
|
|
1 |
import os
|
2 |
from concurrent.futures import ThreadPoolExecutor
|
3 |
import gradio as gr
|
4 |
+
from heartBPM_modified_copy import heart
|
5 |
+
from eyebrow_detection_modified_copy import stress
|
6 |
from age_estimator.mivolo.demo_copy import main as age_estimation_main
|
7 |
|
8 |
def process_video(video_file):
|