Spaces:
Sleeping
Sleeping
adding libraries for translation
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,4 @@
|
|
| 1 |
gradio==4.19.2
|
| 2 |
-
llama_index==0.10.10
|
|
|
|
|
|
|
|
|
| 1 |
gradio==4.19.2
|
| 2 |
+
llama_index==0.10.10
|
| 3 |
+
langdetect==1.0.9
|
| 4 |
+
deep-translator==1.11.4
|