alibabasglab commited on
Commit
7cd0536
·
verified ·
1 Parent(s): b02e870

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ tse_demo = gr.Interface(
117
  gr.Video(label="Input Video"),
118
  ],
119
  outputs = [
120
- gr.Video(label="Output Video List", type="filepath", multiple=True)
121
  ],
122
  title = "ClearVoice: Audio-visual speaker extraction",
123
  description = ("Gradio demo for audio-visual speaker extraction with ClearVoice. The model (AV_MossFormer2_TSE_16K) supports 16 kHz sampling rate. "
 
117
  gr.Video(label="Input Video"),
118
  ],
119
  outputs = [
120
+ gr.Video(label="Output Video List", multiple=True)
121
  ],
122
  title = "ClearVoice: Audio-visual speaker extraction",
123
  description = ("Gradio demo for audio-visual speaker extraction with ClearVoice. The model (AV_MossFormer2_TSE_16K) supports 16 kHz sampling rate. "