Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from text import text_to_sequence
|
|
6 |
import gradio as gr
|
7 |
import commons
|
8 |
|
9 |
-
model_path = "./OUTPUT_MODEL/
|
10 |
config_path = "./OUTPUT_MODEL/config.json"
|
11 |
|
12 |
length = 1.0
|
@@ -47,8 +47,9 @@ def get_vits_array(text):
|
|
47 |
|
48 |
app = gr.Blocks()
|
49 |
with app:
|
50 |
-
gr.Markdown("# VITS-TTS-Japanese-Only-
|
51 |
-
"
|
|
|
52 |
"Base finetuning code is from [Plachtaa/VITS-fast-fine-tuning](https://github.com/Plachtaa/VITS-fast-fine-tuning)"
|
53 |
)
|
54 |
with gr.Row():
|
|
|
6 |
import gradio as gr
|
7 |
import commons
|
8 |
|
9 |
+
model_path = "./OUTPUT_MODEL/G_SakuraMiko.pth"
|
10 |
config_path = "./OUTPUT_MODEL/config.json"
|
11 |
|
12 |
length = 1.0
|
|
|
47 |
|
48 |
app = gr.Blocks()
|
49 |
with app:
|
50 |
+
gr.Markdown("# VITS-TTS-Japanese-Only-Sakura-Miko\n\n"
|
51 |
+
"Dataset from [Elite35P-Server/EliteVoiceProject](https://huggingface.co/datasets/Elite35P-Server/EliteVoiceProject) \n"
|
52 |
+
"Sample usage of Finetune model [Lycoris53/Vits-Japanese-Only-Sakura-Miko](https://huggingface.co/Lycoris53/Vits-TTS-Japanese-Only-Sakura-Miko) \n"
|
53 |
"Base finetuning code is from [Plachtaa/VITS-fast-fine-tuning](https://github.com/Plachtaa/VITS-fast-fine-tuning)"
|
54 |
)
|
55 |
with gr.Row():
|