Spaces:
Running
Running
File size: 542 Bytes
70c3683 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
__pycache__/
venv/
.venv/
dist/
.coverage
.ipynb_checkpoints/
.ruff_cache/
/*.yml
!/default_config.yml
# /bert/*/*.bin
# /bert/*/*.h5
# /bert/*/*.model
# /bert/*/*.safetensors
# /bert/*/*.msgpack
/configs/paths.yml
/pretrained/*.safetensors
/pretrained/*.pth
/pretrained_jp_extra/*.safetensors
/pretrained_jp_extra/*.pth
/slm/*/*.bin
/scripts/test/
/scripts/lib/
/scripts/Style-Bert-VITS2/
/scripts/sbv2/
*.zip
*.csv
*.bak
/mos_results/
safetensors.ipynb
*.wav
/static/
# pyopenjtalk's dictionary
*.dic
playground.ipynb
playgrounds/
|