Spaces:
Runtime error
Runtime error
File size: 526 Bytes
3fbee3c 32ecdb9 3fbee3c 32ecdb9 3fbee3c e1e7bf4 3fbee3c 32ecdb9 3fbee3c e1e7bf4 3fbee3c e1e7bf4 |
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 |
# --- Audio / signal processing --- numpy==1.23.5 # pyopenjtalkと互換性のあるバージョンに固定 scipy soundfile torchaudio # --- PyTorch 本体 & Vision --- torch torchvision encodec # --- トークン化/言語処理 --- tokenizers jieba sudachipy sudachidict_core pypinyin cn2an langid eng_to_ipa unidecode pyopenjtalk-prebuilt openai-whisper # --- 合成モデル依存/補助 --- vocos inflect # --- Web UI --- gradio>=4.44.1 nltk # --- そのほかユーティリティ --- wget matplotlib |