Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def get_vits_array(text):
|
|
48 |
app = gr.Blocks()
|
49 |
with app:
|
50 |
gr.Markdown("# VITS-TTS-Japanese-Only-Amitaro\n\n"
|
51 |
-
"Sample usage of Finetune model
|
52 |
"Base finetuning code is from [Plachtaa/VITS-fast-fine-tuning](https://github.com/Plachtaa/VITS-fast-fine-tuning)"
|
53 |
)
|
54 |
with gr.Row():
|
|
|
48 |
app = gr.Blocks()
|
49 |
with app:
|
50 |
gr.Markdown("# VITS-TTS-Japanese-Only-Amitaro\n\n"
|
51 |
+
"Sample usage of Finetune model [Lycoris53/Vits-Japanese-Only-Amitaro](https://huggingface.co/Lycoris53/Vits-Japanese-Only-Amitaro) \n"
|
52 |
"Base finetuning code is from [Plachtaa/VITS-fast-fine-tuning](https://github.com/Plachtaa/VITS-fast-fine-tuning)"
|
53 |
)
|
54 |
with gr.Row():
|