alibabasglab commited on
Commit
8bb6908
·
verified ·
1 Parent(s): e805751

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ se_demo = gr.Interface(
47
  )
48
 
49
  ss_demo = gr.Interface(
50
- fn=fn_clearvoice,
51
  inputs = [
52
  gr.Audio(label="Input Audio", type="filepath"),
53
  ],
 
47
  )
48
 
49
  ss_demo = gr.Interface(
50
+ fn=fn_clearvoice_ss,
51
  inputs = [
52
  gr.Audio(label="Input Audio", type="filepath"),
53
  ],