khalida1wwin
commited on
Commit
•
0b58beb
1
Parent(s):
a906846
update app.py
Browse files
app.py
CHANGED
@@ -234,7 +234,7 @@ examples = [
|
|
234 |
|
235 |
|
236 |
iface = gr.Interface(fn = denoise_audio,
|
237 |
-
inputs = '
|
238 |
outputs = 'audio',
|
239 |
title = 'audio to denoised Audio Application',
|
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.',
|
|
|
234 |
|
235 |
|
236 |
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 usinf UNet deep learning model. Upload your own audio, or click one of the examples to load them.',
|