MelissaJ commited on
Commit
41d80ac
ยท
verified ยท
1 Parent(s): 9008aef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -78,9 +78,9 @@ css = """
78
 
79
  if __name__ == '__main__':
80
  models_tts = []
81
- name = 'HutaoTTS'
82
  lang = 'ํ•œ๊ตญ์–ด (Korean)'
83
- example = '์ €๋Š” ์™•์ƒ๋‹น์˜ ๋‹น์ฃผ, ํ˜ธ๋‘์—์š”!'
84
  config_path = f"saved_model/config.json"
85
  model_path = f"saved_model/model.pth"
86
  cover_path = f"saved_model/cover.png"
@@ -104,8 +104,7 @@ if __name__ == '__main__':
104
  app = gr.Blocks(css=css)
105
 
106
  with app:
107
- gr.Markdown("# Genshin Impact Hutao TTS Using Vits Model\n"
108
- "![visitor badge](https://visitor-badge.glitch.me/badge?page_id=kdrkdrkdr.HutaoTTS)\n\n")
109
 
110
  for i, (name, cover_path, speakers, lang, example, symbols, tts_fn,
111
  to_phoneme_fn) in enumerate(models_tts):
 
78
 
79
  if __name__ == '__main__':
80
  models_tts = []
81
+ name = 'Lucia Valentaine TTS'
82
  lang = 'ํ•œ๊ตญ์–ด (Korean)'
83
+ example = '์ €๋Š” ๋ฉœ๋ฆฌ์‚ฌ๋‹˜์˜ ๋„์šฐ๋ฏธ ๋ฃจ์‹œ์•„ ๋ฐœ๋ Œํƒ€์ธ ์ด๋ผ๊ณ  ํ•ฉ๋‹ˆ๋‹ค!'
84
  config_path = f"saved_model/config.json"
85
  model_path = f"saved_model/model.pth"
86
  cover_path = f"saved_model/cover.png"
 
104
  app = gr.Blocks(css=css)
105
 
106
  with app:
107
+ gr.Markdown("# Lucia Valentaine Vits Tts Sample")
 
108
 
109
  for i, (name, cover_path, speakers, lang, example, symbols, tts_fn,
110
  to_phoneme_fn) in enumerate(models_tts):