artificialguybr commited on
Commit
d0817ad
1 Parent(s): 584449f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def check_for_faces(video_path):
47
 
48
  return False
49
 
50
- def process_video(radio, video, target_language):
51
  if target_language is None:
52
  return gr.Error("Please select a Target Language for Dubbing.")
53
 
 
47
 
48
  return False
49
 
50
+ def process_video(radio, video, target_language, has_closeup_face):
51
  if target_language is None:
52
  return gr.Error("Please select a Target Language for Dubbing.")
53