Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -55,8 +55,8 @@ se_demo = gr.Interface(
|
|
55 |
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> | <a href='https://github.com/alibabasglab/FRCRN' target='_blank'>Github Repo</a></p>"
|
56 |
),
|
57 |
examples = [
|
58 |
-
["examples/mandarin_speech_16kHz.wav", "
|
59 |
-
["examples/english_speech_48kHz.wav", "
|
60 |
],
|
61 |
cache_examples = True,
|
62 |
)
|
|
|
55 |
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> | <a href='https://github.com/alibabasglab/FRCRN' target='_blank'>Github Repo</a></p>"
|
56 |
),
|
57 |
examples = [
|
58 |
+
["examples/mandarin_speech_16kHz.wav", "16000"],
|
59 |
+
["examples/english_speech_48kHz.wav", "48000"],
|
60 |
],
|
61 |
cache_examples = True,
|
62 |
)
|