Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
git+https://github.com/openai/whisper.git
|
2 |
pytube
|
3 |
transformers
|
4 |
-
httpx==0.24.1
|
|
|
|
|
|
1 |
git+https://github.com/openai/whisper.git
|
2 |
pytube
|
3 |
transformers
|
4 |
+
httpx==0.24.1
|
5 |
+
git+https://github.com/speechbrain/speechbrain.git@develop
|
6 |
+
gradio
|