Upload requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy>=1.21.0
|
2 |
+
torch>=1.9.0
|
3 |
+
einops>=0.6.0
|
4 |
+
Pillow>=9.0.0
|
5 |
+
timm>=0.6.0
|
6 |
+
torchvision>=0.10.0
|
7 |
+
opencv-python
|
8 |
+
loadimg
|
9 |
+
gradio_imageslider
|
10 |
+
gradio
|
11 |
+
huggingface_hub
|
12 |
+
GitPython
|
13 |
+
spaces
|