vergacitas commited on
Commit
c33c9f5
·
1 Parent(s): 642c115

fix: freeze pydantic version to avoid schema errors

Browse files

See https://github.com/gradio-app/gradio/issues/10662

Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +3 -2
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .venv
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
  gradio_imageslider
2
- gradio==4.36.0
3
  torch
4
  torchvision
5
  opencv-python
6
  matplotlib
7
  huggingface_hub
8
- timm
 
 
1
  gradio_imageslider
2
+ gradio
3
  torch
4
  torchvision
5
  opencv-python
6
  matplotlib
7
  huggingface_hub
8
+ timm
9
+ pydantic==2.10.6