Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch~=2.5.1
|
| 2 |
+
torchvision~=0.20.1
|
| 3 |
+
numpy~=1.24.3
|
| 4 |
+
pillow~=9.5.0
|
| 5 |
+
opencv-python~=4.10.0.84
|
| 6 |
+
scipy~=1.13.1
|
| 7 |
+
fastprogress~=1.0.3
|
| 8 |
+
deoldify~=0.0.1
|
| 9 |
+
matplotlib~=3.9.3
|
| 10 |
+
huggingface_hub
|
| 11 |
+
gradio
|