Spaces:
Runtime error
Runtime error
keeendaaa commited on
Commit ·
6ea9270
1
Parent(s): 5255f9a
Pin pydantic to avoid Gradio schema crash
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -3,6 +3,7 @@ diffusers
|
|
| 3 |
transformers==4.49.0
|
| 4 |
einops
|
| 5 |
huggingface_hub
|
|
|
|
| 6 |
opencv-python
|
| 7 |
trimesh==4.5.3
|
| 8 |
omegaconf
|
|
|
|
| 3 |
transformers==4.49.0
|
| 4 |
einops
|
| 5 |
huggingface_hub
|
| 6 |
+
pydantic==2.10.6
|
| 7 |
opencv-python
|
| 8 |
trimesh==4.5.3
|
| 9 |
omegaconf
|