EgoHackZero
commited on
Commit
·
09d196f
1
Parent(s):
bb7d943
new requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
torch
|
2 |
torchvision
|
3 |
-
|
4 |
opencv-python
|
|
|
|
|
5 |
numpy
|
6 |
Pillow
|
7 |
-
gradio
|
8 |
transformers
|
9 |
huggingface-hub
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
+
timm
|
4 |
opencv-python
|
5 |
+
pillow
|
6 |
+
gradio
|
7 |
numpy
|
8 |
Pillow
|
|
|
9 |
transformers
|
10 |
huggingface-hub
|