Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
torch == 2.4.
|
2 |
-
torchaudio == 2.4.
|
3 |
-
espnet
|
4 |
-
espnet_model_zoo
|
5 |
gradio
|
6 |
numpy==1.23
|
|
|
1 |
+
torch == 2.4.1
|
2 |
+
torchaudio == 2.4.1
|
3 |
+
espnet @ git+https://github.com/espnet/[email protected]
|
4 |
+
espnet_model_zoo @ git+https://github.com/espnet/espnet_model_zoo@8b7301923c1c529a126c86c16fc73ce356b94d62
|
5 |
gradio
|
6 |
numpy==1.23
|