Khalida1w commited on
Commit
830b957
·
1 Parent(s): 0b58beb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 pdf 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
  )
 
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
  )