Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
torchvision
|
5 |
-
opencv-python
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
1 |
+
gradio_imageslider
|
2 |
+
gradio
|
3 |
+
torch
|
4 |
+
torchvision
|
5 |
+
opencv-python
|
6 |
+
matplotlib
|
7 |
+
huggingface_hub
|
8 |
+
transformers
|
9 |
+
timm
|
10 |
+
einops
|
11 |
+
tensorboard
|