Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
fastapi==0.111.0
|
| 2 |
uvicorn[standard]==0.30.0
|
| 3 |
numpy==1.26.4
|
| 4 |
-
ml_dtypes
|
| 5 |
pillow
|
| 6 |
python-multipart
|
| 7 |
huggingface_hub>=0.22.2
|
| 8 |
-
tensorflow==2.
|
|
|
|
|
|
| 1 |
fastapi==0.111.0
|
| 2 |
uvicorn[standard]==0.30.0
|
| 3 |
numpy==1.26.4
|
| 4 |
+
ml_dtypes>=0.3
|
| 5 |
pillow
|
| 6 |
python-multipart
|
| 7 |
huggingface_hub>=0.22.2
|
| 8 |
+
tensorflow==2.17.0
|
| 9 |
+
keras>=3.3
|