- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio
|
2 |
datasets
|
3 |
pandas
|
4 |
-
googletrans==
|
|
|
5 |
huggingface_hub
|
|
|
1 |
gradio
|
2 |
datasets
|
3 |
pandas
|
4 |
+
googletrans==4.0.0rc1
|
5 |
+
httpcore==0.18.0
|
6 |
huggingface_hub
|