Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
tensorflow==2.17.1
|
| 2 |
fastapi==0.115.6
|
| 3 |
uvicorn==0.22.0
|
| 4 |
-
numpy==1.26.4
|
|
|
|
|
|
| 1 |
tensorflow==2.17.1
|
| 2 |
fastapi==0.115.6
|
| 3 |
uvicorn==0.22.0
|
| 4 |
+
numpy==1.26.4
|
| 5 |
+
python-multipart
|