Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -17,7 +17,8 @@ pytz
|
|
17 |
huggingface_hub
|
18 |
hf_xet
|
19 |
filelock
|
20 |
-
numpy
|
|
|
21 |
pyyaml
|
22 |
regex
|
23 |
requests
|
@@ -25,5 +26,6 @@ safetensors
|
|
25 |
tokenizers
|
26 |
tqdm
|
27 |
matplotlib
|
28 |
-
langdetect
|
|
|
29 |
gradio
|
|
|
17 |
huggingface_hub
|
18 |
hf_xet
|
19 |
filelock
|
20 |
+
numpy
|
21 |
+
packaging
|
22 |
pyyaml
|
23 |
regex
|
24 |
requests
|
|
|
26 |
tokenizers
|
27 |
tqdm
|
28 |
matplotlib
|
29 |
+
langdetect
|
30 |
+
translate
|
31 |
gradio
|