ylacombe HF staff commited on
Commit
cfcb145
1 Parent(s): 865af48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +20 -19
app.py CHANGED
@@ -110,6 +110,26 @@ with gr.Blocks(css=css) as demo_blocks:
110
  label = "language",
111
  info = "Language that you want to test"
112
  )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
 
114
  with gr.Column():
115
  outputs = []
@@ -118,26 +138,7 @@ with gr.Blocks(css=css) as demo_blocks:
118
  outputs.append(out_audio)
119
 
120
 
121
- gr.Markdown("""
122
- ## Datasets and models details
123
-
124
- ### English
125
-
126
- * **Model**: [VITS-ljs](https://huggingface.co/kakao-enterprise/vits-ljs)
127
- * **Dataset**: [British Isles Accent](https://huggingface.co/datasets/ylacombe/english_dialects). For each accent, we used 100 to 150 samples of a single speaker to finetune [VITS-ljs](https://huggingface.co/kakao-enterprise/vits-ljs).
128
-
129
- ### Spanish
130
 
131
- * **Model**: [Spanish MMS TTS](https://huggingface.co/facebook/mms-tts-spa). This model is part of Facebook's [Massively Multilingual Speech](https://arxiv.org/abs/2305.13516) project, aiming to
132
- provide speech technology across a diverse range of languages. You can find more details about the supported languages
133
- and their ISO 639-3 codes in the [MMS Language Coverage Overview](https://dl.fbaipublicfiles.com/mms/misc/language_coverage_mms.html),
134
- and see all MMS-TTS checkpoints on the Hugging Face Hub: [facebook/mms-tts](https://huggingface.co/models?sort=trending&search=facebook%2Fmms-tts).
135
- * **Datasets**: For each accent, we used 100 to 150 samples of a single speaker to finetune the model.
136
- - [Colombian Spanish TTS dataset](https://huggingface.co/datasets/ylacombe/google-colombian-spanish).
137
- - [Argentinian Spanish TTS dataset](https://huggingface.co/datasets/ylacombe/google-argentinian-spanish).
138
- - [Chilean Spanish TTS dataset](https://huggingface.co/datasets/ylacombe/google-chilean-spanish).
139
-
140
- """)
141
 
142
  with gr.Accordion("Run with transformers"):
143
  gr.Markdown(
 
110
  label = "language",
111
  info = "Language that you want to test"
112
  )
113
+
114
+ gr.Markdown("""
115
+ ## Datasets and models details
116
+
117
+ ### English
118
+
119
+ * **Model**: [VITS-ljs](https://huggingface.co/kakao-enterprise/vits-ljs)
120
+ * **Dataset**: [British Isles Accent](https://huggingface.co/datasets/ylacombe/english_dialects). For each accent, we used 100 to 150 samples of a single speaker to finetune [VITS-ljs](https://huggingface.co/kakao-enterprise/vits-ljs).
121
+
122
+ ### Spanish
123
+
124
+ * **Model**: [Spanish MMS TTS](https://huggingface.co/facebook/mms-tts-spa). This model is part of Facebook's [Massively Multilingual Speech](https://arxiv.org/abs/2305.13516) project, aiming to
125
+ provide speech technology across a diverse range of languages. You can find more details about the supported languages and their ISO 639-3 codes in the [MMS Language Coverage Overview](https://dl.fbaipublicfiles.com/mms/misc/language_coverage_mms.html),
126
+ and see all MMS-TTS checkpoints on the Hugging Face Hub: [facebook/mms-tts](https://huggingface.co/models?sort=trending&search=facebook%2Fmms-tts).
127
+ * **Datasets**: For each accent, we used 100 to 150 samples of a single speaker to finetune the model.
128
+ - [Colombian Spanish TTS dataset](https://huggingface.co/datasets/ylacombe/google-colombian-spanish).
129
+ - [Argentinian Spanish TTS dataset](https://huggingface.co/datasets/ylacombe/google-argentinian-spanish).
130
+ - [Chilean Spanish TTS dataset](https://huggingface.co/datasets/ylacombe/google-chilean-spanish).
131
+
132
+ """)
133
 
134
  with gr.Column():
135
  outputs = []
 
138
  outputs.append(out_audio)
139
 
140
 
 
 
 
 
 
 
 
 
 
141
 
 
 
 
 
 
 
 
 
 
 
142
 
143
  with gr.Accordion("Run with transformers"):
144
  gr.Markdown(