roychao19477 commited on
Commit
385567a
·
1 Parent(s): 6178c71

Test on lengths

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", type="filepath"),
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
  ],