Spaces:
Running
Running
Commit
·
c33c9f5
1
Parent(s):
642c115
fix: freeze pydantic version to avoid schema errors
Browse filesSee https://github.com/gradio-app/gradio/issues/10662
- .gitignore +1 -0
- requirements.txt +3 -2
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
.venv
|
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
gradio_imageslider
|
| 2 |
-
gradio
|
| 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
|