Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -10
requirements.txt
CHANGED
@@ -1,10 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
time
|
7 |
-
gradio
|
8 |
-
torch
|
9 |
-
torchvision
|
10 |
-
PIL
|
|
|
1 |
+
numpy==1.23.5
|
2 |
+
gradio==3.38.0
|
3 |
+
torch==2.0.1
|
4 |
+
torchvision==0.15.2
|
5 |
+
Pillow==9.2.0
|
|
|
|
|
|
|
|
|
|