Create requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transparent-background
|
2 |
+
torch
|
3 |
+
accelerate
|
4 |
+
opencv-python
|
5 |
+
spaces
|
6 |
+
pillow
|
7 |
+
numpy
|
8 |
+
timm
|
9 |
+
kornia
|
10 |
+
prettytable
|
11 |
+
typing
|
12 |
+
scikit-image
|
13 |
+
huggingface_hub
|
14 |
+
transformers>=4.39.1
|
15 |
+
gradio
|
16 |
+
gradio_imageslider
|
17 |
+
loadimg>=0.1.1
|