Spaces:
Paused
Paused
Commit
·
2118789
1
Parent(s):
7b79b73
to fix error with pydantic validation in gradio<3.36.1 (#7)
Browse files- to fix error with pydantic validation in gradio<3.36.1 (cae1726a600e5221059729367044ff6e464715e5)
Co-authored-by: Simon Duerr <simonduerr@users.noreply.huggingface.co>
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -5,3 +5,4 @@ decorator==5.1.0
|
|
5 |
icecream
|
6 |
biopython
|
7 |
py3Dmol
|
|
|
|
5 |
icecream
|
6 |
biopython
|
7 |
py3Dmol
|
8 |
+
pydantic<2
|