Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
gradio==4.44.0
|
|
|
|
| 2 |
transformers==4.45.2
|
| 3 |
torch==2.4.1
|
| 4 |
datasets==3.0.0
|
|
@@ -6,4 +7,4 @@ pillow==10.4.0
|
|
| 6 |
numpy==1.26.4
|
| 7 |
pandas==2.2.2
|
| 8 |
pyarrow==17.0.0
|
| 9 |
-
huggingface-hub==0.25.0
|
|
|
|
| 1 |
gradio==4.44.0
|
| 2 |
+
pydantic==2.9.2
|
| 3 |
transformers==4.45.2
|
| 4 |
torch==2.4.1
|
| 5 |
datasets==3.0.0
|
|
|
|
| 7 |
numpy==1.26.4
|
| 8 |
pandas==2.2.2
|
| 9 |
pyarrow==17.0.0
|
| 10 |
+
huggingface-hub==0.25.0
|