roychao19477 commited on
Commit
ef1b87f
·
1 Parent(s): 228da02

First commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def extract_faces(video_file):
86
 
87
  iface = gr.Interface(
88
  fn=extract_faces,
89
- inputs=gr.Video(source="upload", label="Upload your video or record"),
90
  outputs=gr.Video(label="Detected Face Only Video"),
91
  title="Face Detector",
92
  description="Upload or record a video. We'll crop face regions and return a face-only video."
 
86
 
87
  iface = gr.Interface(
88
  fn=extract_faces,
89
+ inputs=gr.Video(label="Upload or record your video"),
90
  outputs=gr.Video(label="Detected Face Only Video"),
91
  title="Face Detector",
92
  description="Upload or record a video. We'll crop face regions and return a face-only video."