Parler_TTS_API / requirements.txt
aspirant312's picture
Add fastapi to requirements
67f961c
Raw
History Blame Contribute Delete
263 Bytes
# --- Core dependencies ---
torch>=2.1
numpy
soundfile
fastapi
# --- Transformers ecosystem ---
transformers
accelerate
huggingface_hub
# --- For Indic Parler-TTS (app.py) ---
git+https://github.com/huggingface/parler-tts.git
# --- Testing ---
requests
pytest