alibabasglab commited on
Commit
d04ae35
·
verified ·
1 Parent(s): f821359

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()