kira4424 commited on
Commit
498fbde
·
1 Parent(s): f2e5a87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -73,7 +73,8 @@ def main():
73
  gr.Interface(
74
  fn=greet,
75
  inputs=[gr.inputs.Audio(type="file"),"text", "state"],
76
- outputs=[gr.outputs.Audio(type="file"), "state"]
 
77
  ).launch()
78
 
79
  if __name__=="__main__":
 
73
  gr.Interface(
74
  fn=greet,
75
  inputs=[gr.inputs.Audio(type="file"),"text", "state"],
76
+ outputs=[gr.outputs.Audio(type="file"), "state"],
77
+ title="Tacotron Zero-short Voice Clone (Chinese Version)"
78
  ).launch()
79
 
80
  if __name__=="__main__":