Spaces:
Running
Running
Bhupen
commited on
Commit
·
dae9a75
1
Parent(s):
7da6924
Object Detection intro
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
torch>=1.13.0
|
2 |
transformers>=4.25.0
|
3 |
Pillow>=9.3.0
|
4 |
-
numpy>=1.23.0
|
|
|
|
1 |
torch>=1.13.0
|
2 |
transformers>=4.25.0
|
3 |
Pillow>=9.3.0
|
4 |
+
numpy>=1.23.0
|
5 |
+
timm>=0.6.7
|