Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ torch
|
|
2 |
torchvision
|
3 |
transformers>=4.25.0
|
4 |
pillow>=9.0.0
|
5 |
-
gradio
|
6 |
matplotlib
|
7 |
-
pydantic
|
8 |
-
fastapi
|
|
|
2 |
torchvision
|
3 |
transformers>=4.25.0
|
4 |
pillow>=9.0.0
|
5 |
+
gradio>=4.0.0
|
6 |
matplotlib
|
7 |
+
pydantic>=2.0.0
|
8 |
+
fastapi>=0.95.0
|