Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ se_demo = gr.Interface(
|
|
28 |
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/speechbrain/speechbrain' target='_blank'>Github Repo</a></p>"),
|
29 |
examples = [
|
30 |
['input.wav']
|
31 |
-
]
|
32 |
cache_examples = True,
|
33 |
)
|
34 |
se_demo.launch()
|
|
|
28 |
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/speechbrain/speechbrain' target='_blank'>Github Repo</a></p>"),
|
29 |
examples = [
|
30 |
['input.wav']
|
31 |
+
],
|
32 |
cache_examples = True,
|
33 |
)
|
34 |
se_demo.launch()
|