fix pydantic version in requirements
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
gradio
|
2 |
pillow
|
|
|
3 |
torch
|
4 |
torchvision
|
|
|
1 |
gradio
|
2 |
pillow
|
3 |
+
pydantic==2.10.6
|
4 |
torch
|
5 |
torchvision
|