alibabasglab commited on
Commit
c0ecaed
·
verified ·
1 Parent(s): f8605aa

Update app.py

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