Spaces:
Running
Running
Attempt to fix errors
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -4,4 +4,7 @@ torch
|
|
4 |
torchvision
|
5 |
Pillow
|
6 |
gradio
|
7 |
-
timm
|
|
|
|
|
|
|
|
4 |
torchvision
|
5 |
Pillow
|
6 |
gradio
|
7 |
+
timm
|
8 |
+
pydantic==2.8.2
|
9 |
+
pydantic-core==2.20.1
|
10 |
+
fastapi==0.112.4
|