jaimin commited on
Commit
25a70fb
1 Parent(s): b7940d5

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
 
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