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 |
|
7 |
def process_heart_stress(video_file):
|
8 |
# Validate the input file path
|
|
|
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 |
|
7 |
def process_heart_stress(video_file):
|
8 |
# Validate the input file path
|