Spaces:
Sleeping
Sleeping
kwabs22
commited on
Commit
·
7f3e626
1
Parent(s):
cef80a5
dependency hell trying to creep in
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
googletrans==3.1.0a0
|
2 |
spacy
|
3 |
nltk
|
4 |
wikipedia
|
@@ -15,4 +14,5 @@ pytube
|
|
15 |
youtube_transcript_api
|
16 |
spacy_syllables
|
17 |
gradio #==3.47.1
|
18 |
-
httpx==0.13.3
|
|
|
|
|
|
1 |
spacy
|
2 |
nltk
|
3 |
wikipedia
|
|
|
14 |
youtube_transcript_api
|
15 |
spacy_syllables
|
16 |
gradio #==3.47.1
|
17 |
+
httpx==0.13.3
|
18 |
+
googletrans==3.1.0a0
|