imseldrith commited on
Commit
1176e59
1 Parent(s): 8e78d10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def run(*args):
21
  face_analyser_gender = rest_args[3]
22
 
23
  cmd = (
24
- f"python run.py --execution-providers cuda -s {source} -t {target} -o {output} "
25
  f"--frame-processors {selected_frame_processors} "
26
  f"--face-analyser-direction {face_analyser_direction} "
27
  )
 
21
  face_analyser_gender = rest_args[3]
22
 
23
  cmd = (
24
+ f"python run.py --execution-providers cpu -s {source} -t {target} -o {output} "
25
  f"--frame-processors {selected_frame_processors} "
26
  f"--face-analyser-direction {face_analyser_direction} "
27
  )