Update requirements.txt
Browse files- requirements.txt +3 -15
requirements.txt
CHANGED
@@ -1,17 +1,5 @@
|
|
1 |
torch
|
2 |
-
|
3 |
-
opencv-python
|
4 |
-
spaces
|
5 |
-
pillow
|
6 |
-
numpy
|
7 |
-
timm
|
8 |
-
kornia
|
9 |
-
prettytable
|
10 |
-
typing
|
11 |
-
scikit-image
|
12 |
-
huggingface_hub
|
13 |
-
transformers>=4.39.1
|
14 |
gradio
|
15 |
-
|
16 |
-
|
17 |
-
einops
|
|
|
1 |
torch
|
2 |
+
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
gradio
|
4 |
+
Pillow
|
5 |
+
torchvision
|
|