Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
gradio==4.29.0
|
| 2 |
gradio_client==0.16.1
|
|
|
|
| 3 |
torch>=2.1.0
|
| 4 |
torchaudio>=2.1.0
|
| 5 |
transformers==4.44.2
|
|
|
|
| 1 |
gradio==4.29.0
|
| 2 |
gradio_client==0.16.1
|
| 3 |
+
pydantic==2.7.1
|
| 4 |
torch>=2.1.0
|
| 5 |
torchaudio>=2.1.0
|
| 6 |
transformers==4.44.2
|