alibabasglab commited on
Commit
ed890e5
·
verified ·
1 Parent(s): fef598a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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", "16 kHz"],
59
- ["examples/english_speech_48kHz.wav", "48 kHz"],
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
  )