Skip to content

Commit

Permalink
Merge pull request #54 from espnet/fix_table
Browse files Browse the repository at this point in the history
Fix table.csv
  • Loading branch information
kan-bayashi authored Sep 23, 2021
2 parents 802a726 + e01e6ff commit 4667a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion espnet_model_zoo/table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jsut,tts,kan-bayashi/jsut_conformer_fastspeech2_transformer_prosody,https://zeno
vctk,tts,kan-bayashi/vctk_tts_train_multi_spk_vits_raw_phn_tacotron_g2p_en_no_space_train.total_count.ave,https://zenodo.org/record/5500759/files/tts_train_multi_spk_vits_raw_phn_tacotron_g2p_en_no_space_train.total_count.ave.zip?download=1,22050,en,,1.7.1,0.10.3a2,628b46,true
vctk,tts,kan-bayashi/vctk_multi_spk_vits,https://zenodo.org/record/5500759/files/tts_train_multi_spk_vits_raw_phn_tacotron_g2p_en_no_space_train.total_count.ave.zip?download=1,22050,en,,1.7.1,0.10.3a2,628b46,true
vctk,tts,kan-bayashi/vctk_tts_train_full_band_multi_spk_vits_raw_phn_tacotron_g2p_en_no_space_train.total_count.ave,https://zenodo.org/record/5521431/files/tts_train_full_band_multi_spk_vits_raw_phn_tacotron_g2p_en_no_space_train.total_count.ave.zip?download=1,44100,en,,1.7.1,0.10.3a2,628b46,true
vctk,tts,kan-bayashi/vctk_full_band_multi_spk_vits,,44100,en,https://zenodo.org/record/5521431/files/tts_train_full_band_multi_spk_vits_raw_phn_tacotron_g2p_en_no_space_train.total_count.ave.zip?download=1,1.7.1,0.10.3a2,628b46,true
vctk,tts,kan-bayashi/vctk_full_band_multi_spk_vits,https://zenodo.org/record/5521431/files/tts_train_full_band_multi_spk_vits_raw_phn_tacotron_g2p_en_no_space_train.total_count.ave.zip?download=1,44100,en,,1.7.1,0.10.3a2,628b46,true
jsut,tts,kan-bayashi/jsut_tts_train_vits_raw_phn_jaconv_pyopenjtalk_prosody_train.total_count.ave,https://zenodo.org/record/5521354/files/tts_train_vits_raw_phn_jaconv_pyopenjtalk_prosody_train.total_count.ave.zip?download=1,22050,jp,female,1.7.1,0.10.3a1,dee654,true
jsut,tts,kan-bayashi/jsut_tts_train_full_band_vits_raw_phn_jaconv_pyopenjtalk_prosody_train.total_count.ave,https://zenodo.org/record/5521340/files/tts_train_full_band_vits_raw_phn_jaconv_pyopenjtalk_prosody_train.total_count.ave.zip?download=1,44100,jp,female,1.7.1,0.10.3a1,dee654,true
jsut,tts,kan-bayashi/jsut_vits_prosody,https://zenodo.org/record/5521354/files/tts_train_vits_raw_phn_jaconv_pyopenjtalk_prosody_train.total_count.ave.zip?download=1,22050,jp,female,1.7.1,0.10.3a1,dee654,true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
dirname = os.path.dirname(__file__)
setup(
name="espnet_model_zoo",
version="0.1.4",
version="0.1.5",
url="http://github.com/espnet/espnet_model_zoo",
description="ESPnet Model Zoo",
long_description=open(os.path.join(dirname, "README.md"), encoding="utf-8").read(),
Expand Down

0 comments on commit 4667a62

Please sign in to comment.