| 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 | |
| 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 | |