Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ tse_demo = gr.Interface(
|
|
117 |
gr.Video(label="Input Video"),
|
118 |
],
|
119 |
outputs = [
|
120 |
-
gr.
|
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. "
|