Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
torchaudio
|
| 3 |
torch
|
| 4 |
-
|
| 5 |
speechbrain
|
| 6 |
-
|
| 7 |
requests
|
| 8 |
pytubefix
|
| 9 |
ffmpeg-python
|
|
|
|
| 1 |
+
streamlit
|
|
|
|
| 2 |
torch
|
| 3 |
+
torchaudio
|
| 4 |
speechbrain
|
| 5 |
+
matplotlib
|
| 6 |
requests
|
| 7 |
pytubefix
|
| 8 |
ffmpeg-python
|