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