Spaces:
Running
on
Zero
Running
on
Zero
File size: 222 Bytes
b98ed7e |
1 2 3 4 5 6 7 8 9 10 11 |
# Full requirements for local development -r requirements.txt fastapi>=0.109.0 uvicorn[standard]>=0.27.0 gradio>=4.0.0 # Local inference (optional - only needed if HF_USE_API=false) # transformers>=4.37.0 # torch>=2.1.0 |