Spaces:
Runtime error
Runtime error
pydantic added to requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@
|
|
2 |
torch==2.0.0+cpu
|
3 |
torchvision==0.15.0
|
4 |
torchmetrics==1.0.0
|
5 |
-
lightning==2.0.4
|
|
|
|
2 |
torch==2.0.0+cpu
|
3 |
torchvision==0.15.0
|
4 |
torchmetrics==1.0.0
|
5 |
+
lightning==2.0.4
|
6 |
+
pydantic
|