Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +17 -1
requirements.txt
CHANGED
|
@@ -1 +1,17 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
accelerate
|
| 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 |
+
gradio_imageslider
|
| 16 |
+
loadimg>=0.1.1
|
| 17 |
+
einops
|