Spaces:
Sleeping
Sleeping
roychao19477
commited on
Commit
·
385567a
1
Parent(s):
6178c71
Test on lengths
Browse files
app.py
CHANGED
@@ -258,7 +258,7 @@ iface = gr.Interface(
|
|
258 |
fn=extract_faces,
|
259 |
inputs=gr.Video(label="Upload or record your video"),
|
260 |
outputs=[
|
261 |
-
gr.Video(label="Detected Face Only Video"
|
262 |
#gr.Audio(label="Extracted Audio (16kHz)", type="filepath"),
|
263 |
gr.Audio(label="Enhanced Audio", type="filepath")
|
264 |
],
|
|
|
258 |
fn=extract_faces,
|
259 |
inputs=gr.Video(label="Upload or record your video"),
|
260 |
outputs=[
|
261 |
+
gr.Video(label="Detected Face Only Video"),
|
262 |
#gr.Audio(label="Extracted Audio (16kHz)", type="filepath"),
|
263 |
gr.Audio(label="Enhanced Audio", type="filepath")
|
264 |
],
|