Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy>=1.9.2
|
2 |
+
tensorflow==2.6.0
|
3 |
+
torch>=1.2.0+cpu
|
4 |
+
torchvision>=0.5.0+cpu
|
5 |
+
timm
|