Spaces:
Runtime error
Runtime error
File size: 435 Bytes
430d373 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# Core dependencies gradio==4.19.2 fastapi==0.109.2 uvicorn==0.27.1 pydantic==2.6.1 # For API requests and handling requests==2.31.0 python-multipart==0.0.9 # For model handling torch==2.2.0 transformers==4.37.2 accelerate==0.27.2 # Optional but recommended for performance python-jose==3.3.0 # for JWT handling if you add auth later gunicorn==21.2.0 # for production deployment python-dotenv==1.0.0 # for environment variables |