Spaces:
Build error
Build error
| # txtsplit shim from your repo | |
| git+https://github.com/farman-mansoori/voice-clone.git@main#egg=txtsplit&subdirectory=txtsplit | |
| # UI + audio basics | |
| gradio | |
| huggingface_hub | |
| soundfile | |
| librosa | |
| # Japanese dictionary | |
| git+https://github.com/polm/unidic-lite.git | |
| # Speech + Whisper backend | |
| faster-whisper==0.9.0 | |
| ctranslate2==3.20.0 --only-binary=:all: | |
| # Torch stack | |
| torch | |
| torchaudio | |
| # Replacement for broken eng_to_ipa==0.0.2 | |
| git+https://github.com/mphilli/English-to-IPA.git#egg=eng_to_ipa | |