Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
|
|
|
2 |
transformers
|
|
|
3 |
requests
|
4 |
beautifulsoup4
|
5 |
soundfile
|
@@ -7,5 +9,4 @@ pyspellchecker
|
|
7 |
pydub
|
8 |
librosa
|
9 |
numpy
|
10 |
-
pyannote.audio
|
11 |
-
pywebio
|
|
|
1 |
+
dash==3.0.3
|
2 |
+
dash-bootstrap-components==2.0.2
|
3 |
transformers
|
4 |
+
torch
|
5 |
requests
|
6 |
beautifulsoup4
|
7 |
soundfile
|
|
|
9 |
pydub
|
10 |
librosa
|
11 |
numpy
|
12 |
+
pyannote.audio
|
|