Update app.py
Browse files
app.py
CHANGED
@@ -240,7 +240,7 @@ iface = gr.Interface(fn = denoise_audio,
|
|
240 |
description = 'A simple application to denoise audio speech usinf UNet deep learning model. Upload your own audio, or click one of the examples to load them.',
|
241 |
article =
|
242 |
'''<div>
|
243 |
-
<p style="text-align: center"> All you need to do is to upload the
|
244 |
</div>''',
|
245 |
examples=examples
|
246 |
)
|
|
|
240 |
description = 'A simple application to denoise audio speech usinf UNet deep learning model. Upload your own audio, or click one of the examples to load them.',
|
241 |
article =
|
242 |
'''<div>
|
243 |
+
<p style="text-align: center"> All you need to do is to upload the audio file and hit submit, then wait for compiling. After that click on Play/Pause for listing to the audio. The audio is saved in a wav format.</p>
|
244 |
</div>''',
|
245 |
examples=examples
|
246 |
)
|