Martí Umbert
commited on
Commit
·
0e26bc6
1
Parent(s):
e117668
requirements.txt: add imports from dcase
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
|
@@ -1,2 +1,8 @@
|
|
| 1 |
gradio==5.13.1
|
| 2 |
msclap
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|