Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
-
torch==
|
2 |
-
torchvision==0.
|
3 |
gradio==3.1.4
|
|
|
|
1 |
+
torch==2.2.1
|
2 |
+
torchvision==0.17.1
|
3 |
gradio==3.1.4
|
4 |
+
httpx==0.24.1
|