Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
-
torch==
|
2 |
-
torchvision==0.
|
3 |
-
|
|
|
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
torchvision==0.15.2
|
3 |
+
numpy<2.0.0
|
4 |
+
gradio==4.44.1
|
5 |
+
Pillow
|