Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
numpy
|
2 |
-
gradio
|
3 |
-
requests
|
4 |
pillow
|
5 |
pyexif
|
6 |
-
deep-translator
|
7 |
-
langdetect
|
|
|
1 |
numpy
|
2 |
+
gradio==3.33.0
|
3 |
+
requests==2.31.0
|
4 |
pillow
|
5 |
pyexif
|
6 |
+
deep-translator==4.1.2
|
7 |
+
langdetect==1.0.9
|