Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
torch
|
|
|
|
| 2 |
opencv-python
|
| 3 |
pillow
|
| 4 |
numpy
|
|
@@ -6,11 +7,10 @@ timm
|
|
| 6 |
kornia
|
| 7 |
prettytable
|
| 8 |
requests
|
| 9 |
-
typing
|
| 10 |
scikit-image
|
| 11 |
huggingface_hub
|
| 12 |
-
transformers
|
| 13 |
gradio
|
| 14 |
gradio_imageslider
|
| 15 |
-
loadimg
|
| 16 |
einops
|
|
|
|
| 1 |
torch
|
| 2 |
+
torchvision
|
| 3 |
opencv-python
|
| 4 |
pillow
|
| 5 |
numpy
|
|
|
|
| 7 |
kornia
|
| 8 |
prettytable
|
| 9 |
requests
|
|
|
|
| 10 |
scikit-image
|
| 11 |
huggingface_hub
|
| 12 |
+
transformers
|
| 13 |
gradio
|
| 14 |
gradio_imageslider
|
| 15 |
+
loadimg
|
| 16 |
einops
|