try-on-app-api / requirements.txt
Johdw's picture
Update requirements.txt
ff38ee6 verified
raw
history blame contribute delete
383 Bytes
# 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