Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -76,11 +76,11 @@ se_demo = gr.Interface(
|
|
76 |
outputs = [
|
77 |
gr.Audio(label="Output Audio", type="filepath"),
|
78 |
],
|
79 |
-
title = "ClearVoice
|
80 |
description = ("ClearVoice is AI-powered and extracts clear speech from background noise for enhanced speech quality. It supports both 16 kHz and 48 kHz audio outputs. "
|
81 |
"To try it, simply upload your audio, or click one of the examples. "),
|
82 |
-
article = ("<p style='text-align: center'><a href='https://arxiv.org/abs/2206.07293' target='_blank'>FRCRN: Boosting Feature Representation Using Frequency Recurrence for Monaural Speech Enhancement</a>
|
83 |
-
"<p style='text-align: center'><a href='https://arxiv.org/abs/2312.11825' target='_blank'>MossFormer2: Combining Transformer and RNN-Free Recurrent Network for Enhanced Time-Domain Monaural Speech Separation</a>
|
84 |
examples = [
|
85 |
["examples/mandarin_speech_16kHz.wav", "16000 Hz"],
|
86 |
["examples/english_speech_48kHz.wav", "48000 Hz"],
|
@@ -97,11 +97,11 @@ ss_demo = gr.Interface(
|
|
97 |
gr.Audio(label="Output Audio", type="filepath"),
|
98 |
gr.Audio(label="Output Audio", type="filepath"),
|
99 |
],
|
100 |
-
title = "ClearVoice
|
101 |
description = ("ClearVoice is powered by AI and separates individual speech from mixed audio. It supports 16 kHz and two output streams. "
|
102 |
"To try it, simply upload your audio, or click one of the examples. "),
|
103 |
-
article = ("<p style='text-align: center'><a href='https://arxiv.org/abs/2302.11824' target='_blank'>MossFormer: Pushing the Performance Limit of Monaural Speech Separation using Gated Single-Head Transformer with Convolution-Augmented Joint Self-Attentions</a>
|
104 |
-
"<p style='text-align: center'><a href='https://arxiv.org/abs/2312.11825' target='_blank'>MossFormer2: Combining Transformer and RNN-Free Recurrent Network for Enhanced Time-Domain Monaural Speech Separation</a>
|
105 |
examples = [
|
106 |
['examples/female_female_speech.wav'],
|
107 |
['examples/female_male_speech.wav'],
|
@@ -117,7 +117,7 @@ tse_demo = gr.Interface(
|
|
117 |
outputs = [
|
118 |
gr.Gallery(label="Output Video List")
|
119 |
],
|
120 |
-
title = "ClearVoice
|
121 |
description = ("ClearVoice is AI-powered and extracts each speaker's voice from a multi-speaker video using facial recognition. "
|
122 |
"To try it, simply upload your video, or click one of the examples. "),
|
123 |
# article = ("<p style='text-align: center'><a href='https://arxiv.org/abs/2302.11824' target='_blank'>MossFormer: Pushing the Performance Limit of Monaural Speech Separation using Gated Single-Head Transformer with Convolution-Augmented Joint Self-Attentions</a> | <a href='https://github.com/alibabasglab/MossFormer' target='_blank'>Github Repo</a></p>"
|
|
|
76 |
outputs = [
|
77 |
gr.Audio(label="Output Audio", type="filepath"),
|
78 |
],
|
79 |
+
title = "<a href='https://github.com/modelscope/ClearerVoice-Studio/tree/main/clearvoice' target='_blank'>ClearVoice<a/>: Speech Enhancement",
|
80 |
description = ("ClearVoice is AI-powered and extracts clear speech from background noise for enhanced speech quality. It supports both 16 kHz and 48 kHz audio outputs. "
|
81 |
"To try it, simply upload your audio, or click one of the examples. "),
|
82 |
+
article = ("<p style='text-align: center'><a href='https://arxiv.org/abs/2206.07293' target='_blank'>FRCRN: Boosting Feature Representation Using Frequency Recurrence for Monaural Speech Enhancement</a> </p>"
|
83 |
+
"<p style='text-align: center'><a href='https://arxiv.org/abs/2312.11825' target='_blank'>MossFormer2: Combining Transformer and RNN-Free Recurrent Network for Enhanced Time-Domain Monaural Speech Separation</a> </p>"),
|
84 |
examples = [
|
85 |
["examples/mandarin_speech_16kHz.wav", "16000 Hz"],
|
86 |
["examples/english_speech_48kHz.wav", "48000 Hz"],
|
|
|
97 |
gr.Audio(label="Output Audio", type="filepath"),
|
98 |
gr.Audio(label="Output Audio", type="filepath"),
|
99 |
],
|
100 |
+
title = "<a href='https://github.com/modelscope/ClearerVoice-Studio/tree/main/clearvoice' target='_blank'>ClearVoice<a/>: Speech Separation",
|
101 |
description = ("ClearVoice is powered by AI and separates individual speech from mixed audio. It supports 16 kHz and two output streams. "
|
102 |
"To try it, simply upload your audio, or click one of the examples. "),
|
103 |
+
article = ("<p style='text-align: center'><a href='https://arxiv.org/abs/2302.11824' target='_blank'>MossFormer: Pushing the Performance Limit of Monaural Speech Separation using Gated Single-Head Transformer with Convolution-Augmented Joint Self-Attentions</a> </p>"
|
104 |
+
"<p style='text-align: center'><a href='https://arxiv.org/abs/2312.11825' target='_blank'>MossFormer2: Combining Transformer and RNN-Free Recurrent Network for Enhanced Time-Domain Monaural Speech Separation</a> </p>"),
|
105 |
examples = [
|
106 |
['examples/female_female_speech.wav'],
|
107 |
['examples/female_male_speech.wav'],
|
|
|
117 |
outputs = [
|
118 |
gr.Gallery(label="Output Video List")
|
119 |
],
|
120 |
+
title = "<a href='https://github.com/modelscope/ClearerVoice-Studio/tree/main/clearvoice' target='_blank'>ClearVoice<a/>: Audio-Visual Speaker Extraction",
|
121 |
description = ("ClearVoice is AI-powered and extracts each speaker's voice from a multi-speaker video using facial recognition. "
|
122 |
"To try it, simply upload your video, or click one of the examples. "),
|
123 |
# article = ("<p style='text-align: center'><a href='https://arxiv.org/abs/2302.11824' target='_blank'>MossFormer: Pushing the Performance Limit of Monaural Speech Separation using Gated Single-Head Transformer with Convolution-Augmented Joint Self-Attentions</a> | <a href='https://github.com/alibabasglab/MossFormer' target='_blank'>Github Repo</a></p>"
|