Martí Umbert
commited on
Commit
·
ace54df
1
Parent(s):
7e7fd4f
requirements.txt: trying to bugfix by going step by step, start by the 2 baseline modules
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
gradio==5.13.1
|
| 2 |
msclap
|
| 3 |
-
transformers
|
| 4 |
-
torch==2.2.1
|
| 5 |
-
torchoutil[extras]~=0.3.0
|
| 6 |
-
ffmpeg
|
| 7 |
-
ffmpeg-python
|
| 8 |
git+https://github.com/Labbeti/dcase2024-task6-baseline
|
|
|
|
| 1 |
gradio==5.13.1
|
| 2 |
msclap
|
| 3 |
+
# transformers
|
| 4 |
+
# torch==2.2.1
|
| 5 |
+
# torchoutil[extras]~=0.3.0
|
| 6 |
+
# ffmpeg
|
| 7 |
+
# ffmpeg-python
|
| 8 |
git+https://github.com/Labbeti/dcase2024-task6-baseline
|