Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def fn_clearvoice(aud):
|
|
18 |
se_demo = gr.Interface(
|
19 |
fn=fn_clearvoice,
|
20 |
inputs = [
|
21 |
-
gr.Audio(
|
22 |
],
|
23 |
outputs = [
|
24 |
gr.Audio(label="Output Audio", type="filepath")
|
|
|
18 |
se_demo = gr.Interface(
|
19 |
fn=fn_clearvoice,
|
20 |
inputs = [
|
21 |
+
gr.Audio(label="Input Audio", type="filepath")
|
22 |
],
|
23 |
outputs = [
|
24 |
gr.Audio(label="Output Audio", type="filepath")
|