Shokoufehhh commited on
Commit
b034910
·
verified ·
1 Parent(s): c2d0baa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,4 +27,4 @@ title = "Speech Enhancement using SGMSE"
27
  description = "This Gradio demo uses the SGMSE model for speech enhancement. Upload your audio file to enhance it."
28
  article = "<p style='text-align: center'><a href='https://huggingface.co/SP-UHH/speech-enhancement-sgmse' target='_blank'>Model Card</a></p>"
29
 
30
- gr.Interface(fn=enhance_speech, inputs=inputs, outputs=outputs, title=title, description=description, article=article, examples=examples).launch()
 
27
  description = "This Gradio demo uses the SGMSE model for speech enhancement. Upload your audio file to enhance it."
28
  article = "<p style='text-align: center'><a href='https://huggingface.co/SP-UHH/speech-enhancement-sgmse' target='_blank'>Model Card</a></p>"
29
 
30
+ gr.Interface(fn=enhance_speech, inputs=inputs, outputs=outputs, title=title, description=description, article=article).launch()