Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
pip==24.0
|
2 |
-
omegaconf<2.1
|
3 |
deemix
|
4 |
fairseq==0.12.2
|
|
|
|
|
5 |
faiss-cpu==1.7.3
|
6 |
ffmpeg-python>=0.2.0
|
7 |
gradio==3.39.0
|
|
|
1 |
pip==24.0
|
|
|
2 |
deemix
|
3 |
fairseq==0.12.2
|
4 |
+
hydra-core==1.0.7
|
5 |
+
omegaconf>=2.0.5,<2.1
|
6 |
faiss-cpu==1.7.3
|
7 |
ffmpeg-python>=0.2.0
|
8 |
gradio==3.39.0
|