Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -1,8 +1,15 @@
|
|
1 |
#deepface
|
2 |
-
gradio==4.43.0
|
|
|
|
|
|
|
|
|
|
|
3 |
transformers
|
4 |
timm
|
5 |
datasets
|
6 |
googletrans
|
|
|
|
|
7 |
easyocr
|
8 |
|
|
|
1 |
#deepface
|
2 |
+
#gradio==4.43.0
|
3 |
+
|
4 |
+
|
5 |
+
gradio==4.44.1
|
6 |
+
|
7 |
+
|
8 |
transformers
|
9 |
timm
|
10 |
datasets
|
11 |
googletrans
|
12 |
+
Translator
|
13 |
+
|
14 |
easyocr
|
15 |
|