Edmon02 commited on
Commit
7fa68b4
1 Parent(s): 670498a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -18
app.py CHANGED
@@ -185,24 +185,6 @@ The <em>Surprise Me!</em> option creates a completely randomized speaker.
185
 
186
  article = """
187
  <div style='margin:20px auto;'>
188
-
189
- <p>References: <a href="https://arxiv.org/abs/2110.07205">SpeechT5 paper</a> |
190
- <a href="https://github.com/microsoft/SpeechT5/">original GitHub</a> |
191
- <a href="https://huggingface.co/mechanicalsea/speecht5-tts">original weights</a></p>
192
-
193
- <pre>
194
- @article{Ao2021SpeechT5,
195
- title = {SpeechT5: Unified-Modal Encoder-Decoder Pre-training for Spoken Language Processing},
196
- author = {Junyi Ao and Rui Wang and Long Zhou and Chengyi Wang and Shuo Ren and Yu Wu and Shujie Liu and Tom Ko and Qing Li and Yu Zhang and Zhihua Wei and Yao Qian and Jinyu Li and Furu Wei},
197
- eprint={2110.07205},
198
- archivePrefix={arXiv},
199
- primaryClass={eess.AS},
200
- year={2021}
201
- }
202
- </pre>
203
-
204
- <p>Speaker embeddings were generated from <a href="http://www.festvox.org/cmu_arctic/">CMU ARCTIC</a> using <a href="https://huggingface.co/mechanicalsea/speecht5-vc/blob/main/manifest/utils/prep_cmu_arctic_spkemb.py">this script</a>.</p>
205
-
206
  </div>
207
  """
208
 
 
185
 
186
  article = """
187
  <div style='margin:20px auto;'>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  </div>
189
  """
190