Spaces:
Running
on
Zero
Running
on
Zero
ai-forever
commited on
Commit
•
08a71c3
1
Parent(s):
24fdfb1
add deep_translator
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
httpcore==0.15.0
|
2 |
httpx==0.24.1
|
3 |
pymongo
|
4 |
-
googletrans==4.0.0-rc1
|
|
|
5 |
fastapi
|
6 |
huggingface_hub
|
7 |
numpy
|
|
|
1 |
httpcore==0.15.0
|
2 |
httpx==0.24.1
|
3 |
pymongo
|
4 |
+
# googletrans==4.0.0-rc1
|
5 |
+
deep_translator
|
6 |
fastapi
|
7 |
huggingface_hub
|
8 |
numpy
|