Update app.py
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ iface = gr.Interface(fn = denoise_audio,
|
|
237 |
inputs = 'audio',
|
238 |
outputs = 'audio',
|
239 |
title = 'audio to denoised Audio Application',
|
240 |
-
description = 'A simple application to denoise audio speech
|
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>
|
|
|
237 |
inputs = 'audio',
|
238 |
outputs = 'audio',
|
239 |
title = 'audio to denoised Audio Application',
|
240 |
+
description = 'A simple application to denoise audio speech using 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>
|