alibabasglab commited on
Commit
7be4073
·
verified ·
1 Parent(s): d431bb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ ss_demo = gr.Interface(
111
  )
112
 
113
  tse_demo = gr.Interface(
114
- fn=fn_clearvoice_ss,
115
  inputs = [
116
  gr.Video(label="Input Video"),
117
  ],
 
111
  )
112
 
113
  tse_demo = gr.Interface(
114
+ fn=fn_clearvoice_tse,
115
  inputs = [
116
  gr.Video(label="Input Video"),
117
  ],