Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
| 3 |
-
gradio
|
| 4 |
-
huggingface_hub
|
| 5 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=1.9.0
|
| 2 |
+
torchvision>=0.10.0
|
| 3 |
+
gradio>=4.0.0
|
| 4 |
+
huggingface_hub>=0.17.0
|
| 5 |
+
opencv-python>=4.5.0
|
| 6 |
+
numpy>=1.21.0
|
| 7 |
+
Pillow>=8.3.0
|