Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -19
requirements.txt
CHANGED
@@ -1,20 +1,12 @@
|
|
1 |
-
datasets==2.14.4
|
2 |
diffusers==0.2.4
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
pydeprecate==0.3.2
|
15 |
-
pysocks==1.7.1
|
16 |
-
ruamel.yaml==0.17.21
|
17 |
-
seaborn==0.12.2
|
18 |
-
sentence-transformers==2.2.2
|
19 |
-
torch-lr-finder==0.2.1
|
20 |
-
torchinfo==1.8.0
|
|
|
|
|
1 |
diffusers==0.2.4
|
2 |
+
gradio==3.49.0
|
3 |
+
ipython==8.15.0
|
4 |
+
matplotlib==3.8.0
|
5 |
+
numpy==1.26.1
|
6 |
+
opencv_python==4.8.1.78
|
7 |
+
Pillow==10.1.0
|
8 |
+
Pillow==10.1.0
|
9 |
+
torch==2.0.1
|
10 |
+
torchvision==0.15.2
|
11 |
+
tqdm==4.66.1
|
12 |
+
transformers==4.25.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|