alibabasglab commited on
Commit
56f7076
·
verified ·
1 Parent(s): 3d5ddc3

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")
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.Gallery(label="Output Video List")
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. "