Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy<2
|
| 2 |
+
|
| 3 |
+
torch==2.2.2 --index-url https://download.pytorch.org/whl/cpu
|
| 4 |
+
torchvision==0.17.2 --index-url https://download.pytorch.org/whl/cpu
|
| 5 |
+
|
| 6 |
+
pillow
|
| 7 |
+
gradio==6.2.0
|
| 8 |
+
|