reflection777
commited on
Commit
•
e0c803a
1
Parent(s):
74b5695
BeautifulSoup4 added
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
transformers
|
2 |
-
gradio
|
3 |
-
git+https://github.com/openai/whisper.git
|
4 |
-
youtube-transcript-api
|
5 |
-
langchain
|
6 |
-
numpy
|
7 |
-
pytube
|
|
|
|
1 |
+
transformers
|
2 |
+
gradio
|
3 |
+
git+https://github.com/openai/whisper.git
|
4 |
+
youtube-transcript-api
|
5 |
+
langchain
|
6 |
+
numpy
|
7 |
+
pytube
|
8 |
+
BeautifulSoup4
|