alibabasglab commited on
Commit
9f61737
·
verified ·
1 Parent(s): 863f583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,12 +86,12 @@ sr_demo = gr.Interface(
86
  fn=fn_clearvoice_sr,
87
  inputs = [
88
  gr.Audio(label="Input Audio", type="filepath"),
89
- gr.Checkbox(["Apply Enhancement"], label="Apply_SE"),
90
  ],
91
  outputs = [
92
  gr.Audio(label="Output Audio", type="filepath"),
93
  ],
94
- title = "<a href='https://github.com/modelscope/ClearerVoice-Studio/tree/main/clearvoice' target='_blank'>ClearVoice<a/>: Speech Enhancement",
95
  description = ("ClearVoice ([Github Repo](https://github.com/modelscope/ClearerVoice-Studio/tree/main/clearvoice)) is AI-powered and transform low-resolution audio (effective sampling rate ≥ 16 kHz) into crystal-clear, high-resolution audio at 48 kHz. It supports most of audio types. "
96
  "To try it, simply upload your audio, or click one of the examples. "),
97
  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>"
 
86
  fn=fn_clearvoice_sr,
87
  inputs = [
88
  gr.Audio(label="Input Audio", type="filepath"),
89
+ gr.Checkbox(["Apply Enhancement"], label="Apply Speech Enhancement"),
90
  ],
91
  outputs = [
92
  gr.Audio(label="Output Audio", type="filepath"),
93
  ],
94
+ title = "<a href='https://github.com/modelscope/ClearerVoice-Studio/tree/main/clearvoice' target='_blank'>ClearVoice<a/>: Speech Super Resolution",
95
  description = ("ClearVoice ([Github Repo](https://github.com/modelscope/ClearerVoice-Studio/tree/main/clearvoice)) is AI-powered and transform low-resolution audio (effective sampling rate ≥ 16 kHz) into crystal-clear, high-resolution audio at 48 kHz. It supports most of audio types. "
96
  "To try it, simply upload your audio, or click one of the examples. "),
97
  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>"