Spaces:
Running on Zero
Running on Zero
| # Pin torch+torchaudio as a matched CUDA-12 pair. habibi-tts needs torch<2.9, | |
| # which downgrades HF's base torch (2.11/CUDA13) and otherwise leaves torchaudio | |
| # 2.11 behind -> ImportError: libcudart.so.13 missing. | |
| torch==2.8.0 | |
| torchaudio==2.8.0 | |
| habibi-tts==0.1.1 | |
| soundfile | |