Spaces:
Sleeping
Sleeping
Ayush Mangal
commited on
Commit
·
3535816
1
Parent(s):
7610853
Add gitignore, update reqs
Browse files- .gitignore +1 -0
- requirements.txt +2 -1
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.streamlit/
|
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ huggingface_hub
|
|
7 |
sentence_transformers
|
8 |
youtube-transcript-api
|
9 |
pytube
|
10 |
-
bs4
|
|
|
|
7 |
sentence_transformers
|
8 |
youtube-transcript-api
|
9 |
pytube
|
10 |
+
bs4
|
11 |
+
lxml
|