Spaces:
Runtime error
Runtime error
added pydantic to the requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -23,4 +23,5 @@ seaborn
|
|
| 23 |
scikit-learn
|
| 24 |
open_clip_torch
|
| 25 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
| 26 |
-
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|
|
|
|
|
|
| 23 |
scikit-learn
|
| 24 |
open_clip_torch
|
| 25 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
| 26 |
+
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|
| 27 |
+
pydantic==1.10.7
|