Spaces:
Runtime error
Runtime error
SerdarHelli
commited on
Commit
•
8cb5997
1
Parent(s):
b679e82
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
pillow
|
2 |
scipy
|
3 |
tqdm
|
4 |
imageio
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
1 |
scipy
|
2 |
tqdm
|
3 |
imageio
|
4 |
+
ftfy==6.1.1
|
5 |
+
numpy==1.22.3
|
6 |
+
Pillow==9.0.1
|
7 |
+
scipy==1.8.0
|
8 |
+
torch==1.11.0
|
9 |
+
torchvision==0.12.0
|