Update app.py
Browse files
app.py
CHANGED
@@ -78,9 +78,9 @@ css = """
|
|
78 |
|
79 |
if __name__ == '__main__':
|
80 |
models_tts = []
|
81 |
-
name = '
|
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("#
|
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):
|