Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
tensorflow==2.
|
|
|
|
|
|
|
| 2 |
fastapi
|
| 3 |
-
uvicorn[standard]
|
| 4 |
-
pillow
|
| 5 |
numpy
|
|
|
|
| 6 |
|
| 7 |
|
| 8 |
|
|
|
|
| 1 |
+
tensorflow==2.16.1
|
| 2 |
+
keras==3.0.5
|
| 3 |
+
uvicorn
|
| 4 |
fastapi
|
|
|
|
|
|
|
| 5 |
numpy
|
| 6 |
+
pillow
|
| 7 |
|
| 8 |
|
| 9 |
|