Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -2,8 +2,7 @@ transformers
|
|
2 |
gradio
|
3 |
git+https://github.com/openai/whisper.git
|
4 |
youtube-transcript-api
|
5 |
-
langchain
|
6 |
numpy
|
7 |
pytube
|
8 |
-
BeautifulSoup4
|
9 |
-
langchain-community
|
|
|
2 |
gradio
|
3 |
git+https://github.com/openai/whisper.git
|
4 |
youtube-transcript-api
|
5 |
+
langchain-community
|
6 |
numpy
|
7 |
pytube
|
8 |
+
BeautifulSoup4
|
|