Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ python-dotenv==1.0.1
|
|
2 |
numpy==1.26.4
|
3 |
Pillow==10.1.0
|
4 |
torch==2.1.2
|
|
|
5 |
torchvision==0.16.2
|
6 |
transformers==4.44.2
|
7 |
sentencepiece==0.1.99
|
|
|
2 |
numpy==1.26.4
|
3 |
Pillow==10.1.0
|
4 |
torch==2.1.2
|
5 |
+
torchaudio==2.1.2
|
6 |
torchvision==0.16.2
|
7 |
transformers==4.44.2
|
8 |
sentencepiece==0.1.99
|