Spaces:
Sleeping
Sleeping
Fix Tensorflow gradio fastapi version to resolve TensorFlow dependency conflict
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
tensorflow==2.
|
2 |
gradio==4.25.0
|
3 |
-
fastapi==0.
|
4 |
uvicorn==0.29.0
|
5 |
python-multipart==0.0.9
|
6 |
pillow==10.3.0
|
|
|
1 |
+
tensorflow==2.15.0
|
2 |
gradio==4.25.0
|
3 |
+
fastapi==0.95.2
|
4 |
uvicorn==0.29.0
|
5 |
python-multipart==0.0.9
|
6 |
pillow==10.3.0
|