Spaces:
Build error
Build error
| # Core dependencies | |
| gradio[full]>=5.33.0 | |
| transformers>=4.37.0 | |
| torch>=2.2.0 | |
| torchaudio>=2.2.0 | |
| numpy>=1.24.0 | |
| # LLM and embeddings | |
| llama-index>=0.9.0 | |
| llama-index-embeddings-huggingface | |
| llama-index-llms-llama-cpp | |
| sentence-transformers>=2.2.0 | |
| # Audio processing | |
| ffmpeg-python>=0.2.0 | |
| pydub>=0.25.1 | |
| librosa>=0.10.1 | |
| soundfile>=0.12.1 | |
| # System utilities | |
| psutil | |
| gtts==2.3.1 | |