zyingt commited on
Commit
23f695d
1 Parent(s): b1ef75a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ demo = gr.Interface(
78
  fn=tts_inference,
79
  inputs=demo_inputs,
80
  outputs=demo_output,
81
- title="Amphion HifiTTS Text-to-Speech",
82
  )
83
 
84
  if __name__ == "__main__":
 
78
  fn=tts_inference,
79
  inputs=demo_inputs,
80
  outputs=demo_output,
81
+ title="Amphion Text-to-Speech",
82
  )
83
 
84
  if __name__ == "__main__":