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