alibabasglab commited on
Commit
22b2d95
·
verified ·
1 Parent(s): d04ae35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(sources=["upload"], label="Input Audio", type="filepath")
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")