Spaces:
Sleeping
Sleeping
File size: 501 Bytes
0049338 00bcf43 1a0e627 0049338 c024962 e9cb6d4 c024962 1a0e627 e9cb6d4 72e4962 e9cb6d4 0049338 4b8e08c 00bcf43 4b8e08c db0b943 0049338 e9cb6d4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
# 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>=0.2.0 llama-index-llms-llama-cpp>=0.1.0 sentence-transformers>=2.2.0 # API clients & HTTP openai>=0.27.0 anthropic requests>=2.28.0 # Hugging Face utilities huggingface-hub>=0.14.1 # Audio processing ffmpeg-python>=0.2.0 pydub>=0.25.1 librosa>=0.10.1 soundfile>=0.12.1 # System utilities psutil>=5.9.0 gtts>=2.3.1 |