Shokoufehhh
commited on
Commit
•
52dd854
1
Parent(s):
dfb36ea
Update app.py
Browse files
app.py
CHANGED
@@ -48,3 +48,4 @@ article = "<p style='text-align: center'><a href='https://huggingface.co/SP-UHH/
|
|
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()
|
|
|
|
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 |
+
#
|