Spaces:
Sleeping
Sleeping
| gradio==4.38.1 | |
| gradio_client==1.1.0 # Ensures compatibility with Gradio API | |
| TTS==0.22.0 | |
| torch==2.3.0 | |
| pydantic==2.10.6 | |
| transformers==4.49.0 | |
| # β Audio Processing Essentials | |
| ffmpeg # Required for MP3 decoding and conversion | |
| soundfile # Ensures proper audio file handling | |
| pydub==0.25.1 # Handles MP3-to-WAV conversion | |
| # β Performance Optimization | |
| accelerate==0.24.1 # Speeds up model execution | |
| scipy # Lightweight dependency required for deep-learning models | |
| # β Fixes for Librosa Dependency Conflict | |
| librosa>=0.10.0 # Matches TTS 0.22.0 dependency requirements |