Spaces:
Running
Running
| # Gradio for UI and MCP server | |
| gradio>=5.0.0 | |
| # LLM Clients | |
| anthropic>=0.39.0 | |
| openai>=1.50.0 | |
| google-generativeai>=0.8.0 | |
| # ElevenLabs for TTS | |
| elevenlabs>=1.10.0 | |
| # Async support | |
| aiohttp>=3.9.0 | |
| httpx>=0.27.0 | |
| nest_asyncio>=1.6.0 | |
| # Modal for serverless GPU (Flux/SDXL) | |
| modal>=0.64.0 | |
| # Utilities | |
| python-dotenv>=1.0.0 | |
| pydantic>=2.0.0 | |
| pillow>=10.0.0 | |
| # For audio processing | |
| soundfile>=0.12.0 | |
| numpy>=1.24.0 | |