Spaces:
Sleeping
Sleeping
| # The Final, Lightweight Requirements. | |
| # The first line forces the install of the SMALLER, CPU-ONLY version of torch. | |
| # This is the guaranteed fix for the "Storage Limit" error. | |
| --extra-index-url https://download.pytorch.org/whl/cpu | |
| torch | |
| torchvision | |
| # All other libraries required for your perfect code. | |
| segment-anything-py | |
| pillow | |
| requests | |
| fastapi | |
| pydantic | |
| python-multipart | |
| uvicorn |