Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse filesWeird bug in gradio or pydantic (https://github.com/gradio-app/gradio/issues/10649)
- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,5 @@ accelerate
|
|
| 3 |
torch
|
| 4 |
transformers==4.51.0
|
| 5 |
sentencepiece
|
| 6 |
-
torchvision
|
|
|
|
|
|
| 3 |
torch
|
| 4 |
transformers==4.51.0
|
| 5 |
sentencepiece
|
| 6 |
+
torchvision
|
| 7 |
+
pydantic==2.10.6
|