Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
fastapi==0.104.1
|
2 |
uvicorn==0.24.0
|
3 |
numpy==1.24.3
|
4 |
-
tensorflow==2.
|
|
|
5 |
python-multipart==0.0.6
|
6 |
google-generativeai==0.3.0
|
7 |
Pillow==10.0.0
|
|
|
1 |
fastapi==0.104.1
|
2 |
uvicorn==0.24.0
|
3 |
numpy==1.24.3
|
4 |
+
tensorflow==2.13.0 # Specific version for compatibility
|
5 |
+
h5py==3.8.0
|
6 |
python-multipart==0.0.6
|
7 |
google-generativeai==0.3.0
|
8 |
Pillow==10.0.0
|