Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy>=1.20.3
|
2 |
+
torch==1.10.0
|
3 |
+
torchvision==0.11.1
|
4 |
+
pillow>=8.4.0,<=9.0.0
|
5 |
+
opencv-python==4.5.5.64
|