Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
|
| 2 |
kornia
|
| 3 |
torch
|
| 4 |
torchvision
|
| 5 |
matplotlib
|
| 6 |
scipy
|
| 7 |
scikit-image
|
| 8 |
-
gradio>=4.44.1
|
|
|
|
|
|
| 1 |
+
opencv-python-headless
|
| 2 |
kornia
|
| 3 |
torch
|
| 4 |
torchvision
|
| 5 |
matplotlib
|
| 6 |
scipy
|
| 7 |
scikit-image
|
| 8 |
+
gradio>=4.44.1
|
| 9 |
+
huggingface_hub<0.25.0
|