Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -23,7 +23,7 @@ pydantic==2.7.0
|
|
| 23 |
rich==13.7.1
|
| 24 |
soundfile==0.12.1
|
| 25 |
tensorboard==2.14.0
|
| 26 |
-
torch
|
| 27 |
-
torchaudio
|
| 28 |
wget==3.2
|
| 29 |
WeTextProcessing==1.0.3
|
|
|
|
| 23 |
rich==13.7.1
|
| 24 |
soundfile==0.12.1
|
| 25 |
tensorboard==2.14.0
|
| 26 |
+
torch==2.0.1
|
| 27 |
+
torchaudio==2.0.2
|
| 28 |
wget==3.2
|
| 29 |
WeTextProcessing==1.0.3
|