Spaces:
Runtime error
Runtime error
test
Browse files- requirements.txt +13 -0
requirements.txt
CHANGED
@@ -2,11 +2,24 @@
|
|
2 |
|
3 |
diffusers==0.27.2
|
4 |
gradio==4.28.3
|
|
|
5 |
huggingface-hub==0.22.2
|
6 |
image-similarity-measures==0.3.6
|
7 |
matplotlib==3.8.4
|
8 |
numpy==1.25.2
|
9 |
pillow==10.3.0
|
10 |
requests==2.31.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
tensorflow==2.11.0
|
12 |
torch==2.2.2
|
|
|
2 |
|
3 |
diffusers==0.27.2
|
4 |
gradio==4.28.3
|
5 |
+
<<<<<<< HEAD
|
6 |
huggingface-hub==0.22.2
|
7 |
image-similarity-measures==0.3.6
|
8 |
matplotlib==3.8.4
|
9 |
numpy==1.25.2
|
10 |
pillow==10.3.0
|
11 |
requests==2.31.0
|
12 |
+
=======
|
13 |
+
gradio_imageslider==0.0.20
|
14 |
+
huggingface-hub==0.22.2
|
15 |
+
image-similarity-measures==0.3.6
|
16 |
+
keras==2.11.0
|
17 |
+
matplotlib==3.8.4
|
18 |
+
numpy==1.25.2
|
19 |
+
pillow==10.3.0
|
20 |
+
pytorch-msssim==1.0.0
|
21 |
+
requests==2.31.0
|
22 |
+
spaces==0.26.2
|
23 |
+
>>>>>>> 0fceaca51b594336a55134745a393f595fe283f7
|
24 |
tensorflow==2.11.0
|
25 |
torch==2.2.2
|