Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
torch
|
2 |
-
torchaudio
|
3 |
gradio
|
4 |
-
Pillow
|
5 |
-
torchvision
|
6 |
-
numpy
|
|
|
1 |
+
torch==1.12.0
|
2 |
+
torchaudio==0.12.0
|
3 |
gradio
|
4 |
+
Pillow==9.1.0
|
5 |
+
torchvision==0.13.0
|
6 |
+
numpy==1.22.4
|