Shokoufehhh commited on
Commit
ea7726b
·
verified ·
1 Parent(s): a0ac9b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -47,5 +47,4 @@ description = "This Gradio demo uses the SGMSE model for speech enhancement. Upl
47
  article = "<p style='text-align: center'><a href='https://huggingface.co/SP-UHH/speech-enhancement-sgmse' target='_blank'>Model Card</a></p>"
48
 
49
  # Launch without share=True (as it's not supported on Hugging Face Spaces)
50
- gr.Interface(fn=enhance_speech, inputs=inputs, outputs=outputs, title=title, description=description, article=article).launch()
51
- #
 
47
  article = "<p style='text-align: center'><a href='https://huggingface.co/SP-UHH/speech-enhancement-sgmse' target='_blank'>Model Card</a></p>"
48
 
49
  # Launch without share=True (as it's not supported on Hugging Face Spaces)
50
+ gr.Interface(fn=enhance_speech, inputs=inputs, outputs=outputs, title=title, description=description, article=article).launch()