tts-test / requirements.txt
GTimothee's picture
Update requirements.txt
a15cca8 verified
raw
history blame contribute delete
304 Bytes
torch # PyTorch for model inference
transformers # Hugging Face's Transformers library
gradio # Web interface for the app
numpy # Required for processing audio arrays
scipy # For saving/loading audio
soundfile # For handling audio file formats