Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
gradio_imageslider
|
2 |
-
gradio
|
3 |
torch
|
4 |
torchvision
|
|
|
5 |
opencv-python
|
6 |
matplotlib
|
7 |
-
huggingface_hub
|
|
|
|
|
|
|
|
1 |
gradio_imageslider
|
2 |
+
gradio>=4.44.0
|
3 |
torch
|
4 |
torchvision
|
5 |
+
pillow
|
6 |
opencv-python
|
7 |
matplotlib
|
8 |
+
huggingface_hub
|
9 |
+
mediapy
|
10 |
+
scipy
|
11 |
+
vincenty
|