Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
fastapi
|
2 |
-
gradio
|
3 |
-
Pillow
|
4 |
-
deep-translator
|
5 |
-
uvicorn
|
6 |
-
python-multipart==0.0.6
|
|
|
1 |
+
fastapi>=0.109.1
|
2 |
+
gradio>=4.19.1
|
3 |
+
Pillow>=10.1.0
|
4 |
+
deep-translator>=1.11.4
|
5 |
+
uvicorn>=0.27.0
|
|