Fangjun Kuang
Committed by GitHub

Add license info about tts models from OpenVoiceOS (#2530)

@@ -261,6 +261,16 @@ def get_es_models(): @@ -261,6 +261,16 @@ def get_es_models():
261 261
262 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_es-ES_miro" >> README.md 262 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_es-ES_miro" >> README.md
263 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md 263 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md
  264 + echo "\n\n#License\n\n" >> README.md
  265 +
  266 + echo "See also https://github.com/k2-fsa/sherpa-onnx/pull/2480\n\n" >> README.md
  267 + echo "This model is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n" >> README.md
  268 +
  269 + echo "- ✅ Always free for regular (non-commercial) users \n" >> README.md
  270 + echo "- ❌ Commercial use is not allowed at this time \n" >> README.md
  271 + echo "- 🔄 The author may relax the restrictions in the future (e.g., allow commercial use), but will not make them stricter \n\n" >> README.md
  272 + echo "**Important:** You must include this license when redistributing the model or any derivatives.\n" >> README.md
  273 +
264 274
265 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_es-ES_miro/resolve/main/miro_es-ES.onnx 275 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_es-ES_miro/resolve/main/miro_es-ES.onnx
266 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_es-ES_miro/resolve/main/miro_es-ES.onnx.json 276 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_es-ES_miro/resolve/main/miro_es-ES.onnx.json
@@ -413,6 +423,17 @@ def get_fr_models(): @@ -413,6 +423,17 @@ def get_fr_models():
413 423
414 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_fr-FR_miro" >> README.md 424 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_fr-FR_miro" >> README.md
415 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md 425 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md
  426 + echo "\n\n#License\n\n" >> README.md
  427 +
  428 + echo "See also https://github.com/k2-fsa/sherpa-onnx/pull/2480\n\n" >> README.md
  429 + echo "This model is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n" >> README.md
  430 +
  431 + echo "- ✅ Always free for regular (non-commercial) users \n" >> README.md
  432 + echo "- ❌ Commercial use is not allowed at this time \n" >> README.md
  433 + echo "- 🔄 The author may relax the restrictions in the future (e.g., allow commercial use), but will not make them stricter \n\n" >> README.md
  434 + echo "**Important:** You must include this license when redistributing the model or any derivatives.\n" >> README.md
  435 +
  436 +
416 437
417 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_fr-FR_miro/resolve/main/miro_fr-FR.onnx 438 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_fr-FR_miro/resolve/main/miro_fr-FR.onnx
418 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_fr-FR_miro/resolve/main/miro_fr-FR.onnx.json 439 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_fr-FR_miro/resolve/main/miro_fr-FR.onnx.json
@@ -555,6 +576,17 @@ def get_it_models(): @@ -555,6 +576,17 @@ def get_it_models():
555 576
556 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_it-IT_miro" >> README.md 577 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_it-IT_miro" >> README.md
557 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md 578 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md
  579 + echo "\n\n#License\n\n" >> README.md
  580 +
  581 + echo "See also https://github.com/k2-fsa/sherpa-onnx/pull/2480\n\n" >> README.md
  582 + echo "This model is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n" >> README.md
  583 +
  584 + echo "- ✅ Always free for regular (non-commercial) users \n" >> README.md
  585 + echo "- ❌ Commercial use is not allowed at this time \n" >> README.md
  586 + echo "- 🔄 The author may relax the restrictions in the future (e.g., allow commercial use), but will not make them stricter \n\n" >> README.md
  587 + echo "**Important:** You must include this license when redistributing the model or any derivatives.\n" >> README.md
  588 +
  589 +
558 590
559 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_it-IT_miro/resolve/main/miro_it-IT.onnx 591 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_it-IT_miro/resolve/main/miro_it-IT.onnx
560 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_it-IT_miro/resolve/main/miro_it-IT.onnx.json 592 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_it-IT_miro/resolve/main/miro_it-IT.onnx.json
@@ -574,6 +606,17 @@ def get_it_models(): @@ -574,6 +606,17 @@ def get_it_models():
574 606
575 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_it-IT_dii" >> README.md 607 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_it-IT_dii" >> README.md
576 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md 608 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md
  609 + echo "\n\n#License\n\n" >> README.md
  610 +
  611 + echo "See also https://github.com/k2-fsa/sherpa-onnx/pull/2480\n\n" >> README.md
  612 + echo "This model is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n" >> README.md
  613 +
  614 + echo "- ✅ Always free for regular (non-commercial) users \n" >> README.md
  615 + echo "- ❌ Commercial use is not allowed at this time \n" >> README.md
  616 + echo "- 🔄 The author may relax the restrictions in the future (e.g., allow commercial use), but will not make them stricter \n\n" >> README.md
  617 + echo "**Important:** You must include this license when redistributing the model or any derivatives.\n" >> README.md
  618 +
  619 +
577 620
578 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_it-IT_dii/resolve/main/dii_it-IT.onnx 621 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_it-IT_dii/resolve/main/dii_it-IT.onnx
579 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_it-IT_dii/resolve/main/dii_it-IT.onnx.json 622 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_it-IT_dii/resolve/main/dii_it-IT.onnx.json
@@ -805,6 +848,17 @@ def get_nl_models(): @@ -805,6 +848,17 @@ def get_nl_models():
805 848
806 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_nl-NL_miro" >> README.md 849 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_nl-NL_miro" >> README.md
807 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md 850 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md
  851 + echo "\n\n#License\n\n" >> README.md
  852 +
  853 + echo "See also https://github.com/k2-fsa/sherpa-onnx/pull/2480\n\n" >> README.md
  854 + echo "This model is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n" >> README.md
  855 +
  856 + echo "- ✅ Always free for regular (non-commercial) users \n" >> README.md
  857 + echo "- ❌ Commercial use is not allowed at this time \n" >> README.md
  858 + echo "- 🔄 The author may relax the restrictions in the future (e.g., allow commercial use), but will not make them stricter \n\n" >> README.md
  859 + echo "**Important:** You must include this license when redistributing the model or any derivatives.\n" >> README.md
  860 +
  861 +
808 862
809 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_nl-NL_miro/resolve/main/miro_nl-NL.onnx 863 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_nl-NL_miro/resolve/main/miro_nl-NL.onnx
810 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_nl-NL_miro/resolve/main/miro_nl-NL.onnx.json 864 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_nl-NL_miro/resolve/main/miro_nl-NL.onnx.json
@@ -824,6 +878,17 @@ def get_nl_models(): @@ -824,6 +878,17 @@ def get_nl_models():
824 878
825 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_nl-NL_dii" >> README.md 879 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_nl-NL_dii" >> README.md
826 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md 880 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md
  881 + echo "\n\n#License\n\n" >> README.md
  882 +
  883 + echo "See also https://github.com/k2-fsa/sherpa-onnx/pull/2480\n\n" >> README.md
  884 + echo "This model is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n" >> README.md
  885 +
  886 + echo "- ✅ Always free for regular (non-commercial) users \n" >> README.md
  887 + echo "- ❌ Commercial use is not allowed at this time \n" >> README.md
  888 + echo "- 🔄 The author may relax the restrictions in the future (e.g., allow commercial use), but will not make them stricter \n\n" >> README.md
  889 + echo "**Important:** You must include this license when redistributing the model or any derivatives.\n" >> README.md
  890 +
  891 +
827 892
828 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_nl-NL_dii/resolve/main/dii_nl-NL.onnx 893 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_nl-NL_dii/resolve/main/dii_nl-NL.onnx
829 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_nl-NL_dii/resolve/main/dii_nl-NL.onnx.json 894 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_nl-NL_dii/resolve/main/dii_nl-NL.onnx.json
@@ -1015,6 +1080,17 @@ def get_pt_models(): @@ -1015,6 +1080,17 @@ def get_pt_models():
1015 1080
1016 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_pt-PT_miro" >> README.md 1081 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_pt-PT_miro" >> README.md
1017 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md 1082 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md
  1083 + echo "\n\n#License\n\n" >> README.md
  1084 +
  1085 + echo "See also https://github.com/k2-fsa/sherpa-onnx/pull/2480\n\n" >> README.md
  1086 + echo "This model is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n" >> README.md
  1087 +
  1088 + echo "- ✅ Always free for regular (non-commercial) users \n" >> README.md
  1089 + echo "- ❌ Commercial use is not allowed at this time \n" >> README.md
  1090 + echo "- 🔄 The author may relax the restrictions in the future (e.g., allow commercial use), but will not make them stricter \n\n" >> README.md
  1091 + echo "**Important:** You must include this license when redistributing the model or any derivatives.\n" >> README.md
  1092 +
  1093 +
1018 1094
1019 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_pt-PT_miro/resolve/main/miro_pt-PT.onnx 1095 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_pt-PT_miro/resolve/main/miro_pt-PT.onnx
1020 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_pt-PT_miro/resolve/main/miro_pt-PT.onnx.json 1096 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_pt-PT_miro/resolve/main/miro_pt-PT.onnx.json
@@ -1034,6 +1110,17 @@ def get_pt_models(): @@ -1034,6 +1110,17 @@ def get_pt_models():
1034 1110
1035 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_pt-PT_dii" >> README.md 1111 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_pt-PT_dii" >> README.md
1036 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md 1112 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md
  1113 + echo "\n\n#License\n\n" >> README.md
  1114 +
  1115 + echo "See also https://github.com/k2-fsa/sherpa-onnx/pull/2480\n\n" >> README.md
  1116 + echo "This model is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n" >> README.md
  1117 +
  1118 + echo "- ✅ Always free for regular (non-commercial) users \n" >> README.md
  1119 + echo "- ❌ Commercial use is not allowed at this time \n" >> README.md
  1120 + echo "- 🔄 The author may relax the restrictions in the future (e.g., allow commercial use), but will not make them stricter \n\n" >> README.md
  1121 + echo "**Important:** You must include this license when redistributing the model or any derivatives.\n" >> README.md
  1122 +
  1123 +
1037 1124
1038 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_pt-PT_dii/resolve/main/dii_pt-PT.onnx 1125 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_pt-PT_dii/resolve/main/dii_pt-PT.onnx
1039 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_pt-PT_dii/resolve/main/dii_pt-PT.onnx.json 1126 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_pt-PT_dii/resolve/main/dii_pt-PT.onnx.json
@@ -1056,6 +1143,17 @@ def get_pt_models(): @@ -1056,6 +1143,17 @@ def get_pt_models():
1056 1143
1057 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_pt-BR_miro" >> README.md 1144 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_pt-BR_miro" >> README.md
1058 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md 1145 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md
  1146 + echo "\n\n#License\n\n" >> README.md
  1147 +
  1148 + echo "See also https://github.com/k2-fsa/sherpa-onnx/pull/2480\n\n" >> README.md
  1149 + echo "This model is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n" >> README.md
  1150 +
  1151 + echo "- ✅ Always free for regular (non-commercial) users \n" >> README.md
  1152 + echo "- ❌ Commercial use is not allowed at this time \n" >> README.md
  1153 + echo "- 🔄 The author may relax the restrictions in the future (e.g., allow commercial use), but will not make them stricter \n\n" >> README.md
  1154 + echo "**Important:** You must include this license when redistributing the model or any derivatives.\n" >> README.md
  1155 +
  1156 +
1059 1157
1060 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_pt-BR_miro/resolve/main/miro_pt-BR.onnx 1158 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_pt-BR_miro/resolve/main/miro_pt-BR.onnx
1061 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_pt-BR_miro/resolve/main/miro_pt-BR.onnx.json 1159 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_pt-BR_miro/resolve/main/miro_pt-BR.onnx.json
@@ -1075,6 +1173,17 @@ def get_pt_models(): @@ -1075,6 +1173,17 @@ def get_pt_models():
1075 1173
1076 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_pt-BR_dii" >> README.md 1174 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_pt-BR_dii" >> README.md
1077 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md 1175 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md
  1176 + echo "\n\n#License\n\n" >> README.md
  1177 +
  1178 + echo "See also https://github.com/k2-fsa/sherpa-onnx/pull/2480\n\n" >> README.md
  1179 + echo "This model is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n" >> README.md
  1180 +
  1181 + echo "- ✅ Always free for regular (non-commercial) users \n" >> README.md
  1182 + echo "- ❌ Commercial use is not allowed at this time \n" >> README.md
  1183 + echo "- 🔄 The author may relax the restrictions in the future (e.g., allow commercial use), but will not make them stricter \n\n" >> README.md
  1184 + echo "**Important:** You must include this license when redistributing the model or any derivatives.\n" >> README.md
  1185 +
  1186 +
1078 1187
1079 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_pt-BR_dii/resolve/main/dii_pt-BR.onnx 1188 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_pt-BR_dii/resolve/main/dii_pt-BR.onnx
1080 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_pt-BR_dii/resolve/main/dii_pt-BR.onnx.json 1189 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_pt-BR_dii/resolve/main/dii_pt-BR.onnx.json
@@ -1533,6 +1642,17 @@ def get_en_models(): @@ -1533,6 +1642,17 @@ def get_en_models():
1533 1642
1534 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_en-GB_miro" >> README.md 1643 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_en-GB_miro" >> README.md
1535 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md 1644 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md
  1645 + echo "\n\n#License\n\n" >> README.md
  1646 +
  1647 + echo "See also https://github.com/k2-fsa/sherpa-onnx/pull/2480\n\n" >> README.md
  1648 + echo "This model is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n" >> README.md
  1649 +
  1650 + echo "- ✅ Always free for regular (non-commercial) users \n" >> README.md
  1651 + echo "- ❌ Commercial use is not allowed at this time \n" >> README.md
  1652 + echo "- 🔄 The author may relax the restrictions in the future (e.g., allow commercial use), but will not make them stricter \n\n" >> README.md
  1653 + echo "**Important:** You must include this license when redistributing the model or any derivatives.\n" >> README.md
  1654 +
  1655 +
1536 1656
1537 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_en-GB_miro/resolve/main/miro_en-GB.onnx 1657 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_en-GB_miro/resolve/main/miro_en-GB.onnx
1538 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_en-GB_miro/resolve/main/miro_en-GB.onnx.json 1658 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_en-GB_miro/resolve/main/miro_en-GB.onnx.json
@@ -1552,6 +1672,17 @@ def get_en_models(): @@ -1552,6 +1672,17 @@ def get_en_models():
1552 1672
1553 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_en-GB_dii" >> README.md 1673 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_en-GB_dii" >> README.md
1554 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md 1674 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md
  1675 + echo "\n\n#License\n\n" >> README.md
  1676 +
  1677 + echo "See also https://github.com/k2-fsa/sherpa-onnx/pull/2480\n\n" >> README.md
  1678 + echo "This model is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n" >> README.md
  1679 +
  1680 + echo "- ✅ Always free for regular (non-commercial) users \n" >> README.md
  1681 + echo "- ❌ Commercial use is not allowed at this time \n" >> README.md
  1682 + echo "- 🔄 The author may relax the restrictions in the future (e.g., allow commercial use), but will not make them stricter \n\n" >> README.md
  1683 + echo "**Important:** You must include this license when redistributing the model or any derivatives.\n" >> README.md
  1684 +
  1685 +
1555 1686
1556 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_en-GB_dii/resolve/main/dii_en-GB.onnx 1687 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_en-GB_dii/resolve/main/dii_en-GB.onnx
1557 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_en-GB_dii/resolve/main/dii_en-GB.onnx.json 1688 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_en-GB_dii/resolve/main/dii_en-GB.onnx.json
@@ -1594,6 +1725,17 @@ def get_en_models(): @@ -1594,6 +1725,17 @@ def get_en_models():
1594 1725
1595 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_en-US_miro" >> README.md 1726 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_en-US_miro" >> README.md
1596 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md 1727 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md
  1728 + echo "\n\n#License\n\n" >> README.md
  1729 +
  1730 + echo "See also https://github.com/k2-fsa/sherpa-onnx/pull/2480\n\n" >> README.md
  1731 + echo "This model is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n" >> README.md
  1732 +
  1733 + echo "- ✅ Always free for regular (non-commercial) users \n" >> README.md
  1734 + echo "- ❌ Commercial use is not allowed at this time \n" >> README.md
  1735 + echo "- 🔄 The author may relax the restrictions in the future (e.g., allow commercial use), but will not make them stricter \n\n" >> README.md
  1736 + echo "**Important:** You must include this license when redistributing the model or any derivatives.\n" >> README.md
  1737 +
  1738 +
1597 1739
1598 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_en-US_miro/resolve/main/miro_en-US.onnx 1740 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_en-US_miro/resolve/main/miro_en-US.onnx
1599 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_en-US_miro/resolve/main/miro_en-US.onnx.json 1741 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_en-US_miro/resolve/main/miro_en-US.onnx.json
@@ -1616,7 +1758,6 @@ def get_en_models(): @@ -1616,7 +1758,6 @@ def get_en_models():
1616 m.model_name = f"{m.lang}-{m.name}-{m.kind}.onnx" 1758 m.model_name = f"{m.lang}-{m.name}-{m.kind}.onnx"
1617 1759
1618 ans = en_gb + en_us 1760 ans = en_gb + en_us
1619 - ans = en_us  
1620 1761
1621 for m in ans: 1762 for m in ans:
1622 m.text = "Friends fell out often because life was changing so fast. The easiest thing in the world was to lose touch with someone." 1763 m.text = "Friends fell out often because life was changing so fast. The easiest thing in the world was to lose touch with someone."
@@ -1742,6 +1883,17 @@ def get_de_models(): @@ -1742,6 +1883,17 @@ def get_de_models():
1742 1883
1743 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_de-DE_miro" >> README.md 1884 echo "\n\nSee https://huggingface.co/OpenVoiceOS/pipertts_de-DE_miro" >> README.md
1744 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md 1885 echo "and https://github.com/OHF-Voice/piper1-gpl/discussions/27" >> README.md
  1886 + echo "\n\n#License\n\n" >> README.md
  1887 +
  1888 + echo "See also https://github.com/k2-fsa/sherpa-onnx/pull/2480\n\n" >> README.md
  1889 + echo "This model is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n" >> README.md
  1890 +
  1891 + echo "- ✅ Always free for regular (non-commercial) users \n" >> README.md
  1892 + echo "- ❌ Commercial use is not allowed at this time \n" >> README.md
  1893 + echo "- 🔄 The author may relax the restrictions in the future (e.g., allow commercial use), but will not make them stricter \n\n" >> README.md
  1894 + echo "**Important:** You must include this license when redistributing the model or any derivatives.\n" >> README.md
  1895 +
  1896 +
1745 1897
1746 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_de-DE_miro/resolve/main/miro_de-DE.onnx 1898 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_de-DE_miro/resolve/main/miro_de-DE.onnx
1747 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_de-DE_miro/resolve/main/miro_de-DE.onnx.json 1899 wget -qq https://huggingface.co/OpenVoiceOS/pipertts_de-DE_miro/resolve/main/miro_de-DE.onnx.json