Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
torch==2.1.2
|
| 2 |
torchaudio==2.1.2
|
| 3 |
torchvision==0.16.2
|
|
|
|
| 4 |
gradio
|
| 5 |
gradio_client
|
| 6 |
transformers==4.45.0
|
|
|
|
| 1 |
torch==2.1.2
|
| 2 |
torchaudio==2.1.2
|
| 3 |
torchvision==0.16.2
|
| 4 |
+
pydantic==2.8.2
|
| 5 |
gradio
|
| 6 |
gradio_client
|
| 7 |
transformers==4.45.0
|