Spaces:
Sleeping
Sleeping
| # Core dependencies for re-frame Gradio app (pinned for Spaces reproducibility) | |
| gradio==5.47.2 | |
| # Use a recent hub client for streaming + MCP client support | |
| huggingface-hub==0.35.1 | |
| # smolagents removed: not used in this Space | |
| transformers==4.56.2 | |
| # For using HuggingFace inference API | |
| accelerate==1.10.1 | |
| sentencepiece==0.2.1 | |
| protobuf==6.32.1 | |
| # Optional: For local model support | |
| # If you plan to run local models inside the Space, uncomment torch. | |
| # torch==2.8.0 | |
| # Utility libraries | |
| python-dotenv==1.1.1 | |
| typing-extensions==4.15.0 | |