Spaces:
Runtime error
Runtime error
| # FastAPI and server | |
| fastapi>=0.115.0 | |
| uvicorn[standard]>=0.30.0 | |
| # TensorFlow and Keras for model inference | |
| tensorflow>=2.20.0 | |
| tf-keras>=2.20.0 | |
| # Transformers for RoBERTa tokenizer | |
| transformers>=4.57.3 | |
| tokenizers>=0.22.1 | |
| huggingface-hub>=0.35.3 | |
| safetensors>=0.6.2 | |
| # Core dependencies | |
| numpy>=1.26.4 | |
| pydantic>=2.12.4 | |
| # Additional dependencies required by transformers/tensorflow | |
| protobuf>=6.33.1 | |
| requests>=2.32.5 | |
| packaging>=25.0 | |
| filelock>=3.19.1 | |