Spaces:
Sleeping
Sleeping
File size: 694 Bytes
7e57840 f6583c0 7e57840 6a54cc2 6911c7b 7e57840 6a54cc2 6911c7b 6a54cc2 802d5b9 7e57840 802d5b9 7e57840 |
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 |
# Minimal approach: Only essential packages, let ChatterboxTTS handle audio deps # ChatterboxTTS from Resemble AI GitHub Repository (install first) git+https://github.com/resemble-ai/chatterbox.git # Core ML (if not included in ChatterboxTTS) torch>=2.0.0 torchaudio>=2.0.0 # Only specify versions that are absolutely required numpy==1.26.0 transformers==4.46.3 # Web Framework gradio>=4.0.0 fastapi>=0.100.0 uvicorn[standard]>=0.20.0 pydantic>=2.0.0 # Hugging Face Spaces spaces>=0.28.0 # Essential utilities requests>=2.28.0 # Add back other dependencies only if needed # diffusers==0.29.0 # silero-vad==5.1.2 # conformer==0.3.2 # s3tokenizer # resemble-perth==1.0.1 # omegaconf==2.3.0 |