Spaces:
Runtime error
Runtime error
File size: 375 Bytes
89e49dc |
1 2 3 4 5 6 7 8 9 10 |
fastapi>=0.68.0 uvicorn>=0.15.0 transformers>=4.12.0 torch>=1.9.0 sentencepiece>=0.1.96 # Required for some models (e.g., T5, BART) tokenizers>=0.10.0 python-multipart # For handling file uploads in FastAPI pydantic>=1.8.0 # For data validation in FastAPI requests>=2.26.0 # Optional, useful for making HTTP calls numpy>=1.21.0 # Required for some model outputs |