Add Android demo for Kokoro TTS 1.0 (#1799)

This commit is contained in:
Fangjun Kuang
2025-02-07 13:07:30 +08:00
committed by GitHub
parent 4372a7a7b0
commit a52b819fb5
8 changed files with 80 additions and 6 deletions

View File

@@ -193,7 +193,7 @@ jobs:
cp -v ../scripts/kokoro/v1.0/README.md ./README.md
cp -v ../LICENSE ./
cp -av ../dict ./
cp -v ../*.fst $d/
cp -v ../*.fst ./
git lfs track "*.onnx"
git add .
@@ -206,6 +206,7 @@ jobs:
git push https://csukuangfj:$HF_TOKEN@huggingface.co/csukuangfj/kokoro-multi-lang-v1_0 main || true
- name: Release
if: github.repository_owner == 'csukuangfj'
uses: svenstaro/upload-release-action@v2
with:
file_glob: true
@@ -214,3 +215,12 @@ jobs:
repo_name: k2-fsa/sherpa-onnx
repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
tag: tts-models
- name: Release
if: github.repository_owner == 'k2-fsa'
uses: svenstaro/upload-release-action@v2
with:
file_glob: true
file: ./*.tar.bz2
overwrite: true
tag: tts-models