Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
-
torch
|
3 |
-
transformers
|
4 |
-
librosa
|
5 |
-
numpy
|
6 |
-
ffmpeg-python
|
7 |
-
psutil
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
librosa
|
5 |
+
numpy
|
6 |
+
ffmpeg-python
|
7 |
+
psutil
|
8 |
+
fuzzywuzzy
|
9 |
+
Levenshtein
|