lmxue commited on
Commit
8f90878
1 Parent(s): dd5e3e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -56,6 +56,13 @@ def tts_inference(
56
  )
57
  return result_file
58
 
 
 
 
 
 
 
 
59
 
60
  demo_inputs = [
61
  gr.Textbox(
 
56
  )
57
  return result_file
58
 
59
+ gr.Markdown(
60
+ """
61
+ # Amphion Text to Speech (TTS)
62
+ [![Open in OpenXLab](https://cdn-static.openxlab.org.cn/app-center/openxlab_app.svg)](https://openxlab.org.cn/usercenter/Amphion)
63
+ This demo provides an Amphion TTS pretrained model (VITS) for you to play.
64
+ """
65
+ )
66
 
67
  demo_inputs = [
68
  gr.Textbox(