Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
googletrans==3.1.0a0
|
2 |
spacy
|
3 |
-
gradio==3.47.1
|
4 |
nltk
|
5 |
wikipedia
|
6 |
ffmpeg-python
|
@@ -10,4 +9,5 @@ pykakasi
|
|
10 |
hangul_romanize
|
11 |
pinyin
|
12 |
langdetect
|
13 |
-
opencv-python
|
|
|
|
1 |
googletrans==3.1.0a0
|
2 |
spacy
|
|
|
3 |
nltk
|
4 |
wikipedia
|
5 |
ffmpeg-python
|
|
|
9 |
hangul_romanize
|
10 |
pinyin
|
11 |
langdetect
|
12 |
+
opencv-python
|
13 |
+
gradio==3.47.1
|