jaimin commited on
Commit
b76355a
1 Parent(s): e698804

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import os
2
  from concurrent.futures import ThreadPoolExecutor
3
  import gradio as gr
4
- from bpm_app.heartBPM_modified_copy import heart
5
- from stress_detection.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):
 
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):