Spaces:
Running
on
Zero
Running
on
Zero
roychao19477
commited on
Commit
·
ef1b87f
1
Parent(s):
228da02
First commit
Browse files
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(
|
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."
|