Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
-
#
|
| 2 |
-
# This
|
| 3 |
-
# This is the guaranteed fix for the "Storage Limit" error.
|
| 4 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 5 |
torch
|
| 6 |
torchvision
|
| 7 |
|
| 8 |
-
#
|
| 9 |
segment-anything-py
|
| 10 |
pillow
|
| 11 |
requests
|
|
|
|
| 1 |
+
# THE FINAL, LIGHTWEIGHT REQUIREMENTS.
|
| 2 |
+
# This guarantees we use the SMALL, CPU-ONLY version of the AI library.
|
|
|
|
| 3 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 4 |
torch
|
| 5 |
torchvision
|
| 6 |
|
| 7 |
+
# Minimal required libraries.
|
| 8 |
segment-anything-py
|
| 9 |
pillow
|
| 10 |
requests
|