Spaces:
Runtime error
Runtime error
abubakar123456
commited on
Commit
•
40a5209
1
Parent(s):
95fae0e
Create requirements.txt
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.1.2
|
2 |
+
torchvision==0.16.2
|
3 |
+
accelerate==0.31.0
|
4 |
+
diffusers==0.29.2
|
5 |
+
huggingface_hub==0.23.4
|
6 |
+
matplotlib==3.9.1
|
7 |
+
numpy==1.26.4
|
8 |
+
opencv_python==4.10.0.84
|
9 |
+
pillow==10.3.0
|
10 |
+
PyYAML==6.0.1
|
11 |
+
scipy==1.13.1
|
12 |
+
setuptools==51.0.0
|
13 |
+
scikit-image==0.24.0
|
14 |
+
tqdm==4.66.4
|
15 |
+
transformers==4.27.3
|
16 |
+
fvcore==0.1.5.post20221221
|
17 |
+
cloudpickle==3.0.0
|
18 |
+
omegaconf==2.3.0
|
19 |
+
pycocotools==2.0.8
|
20 |
+
av==12.3.0
|
21 |
+
gradio==4.41.0
|