Spaces:
Sleeping
Sleeping
popboat1 commited on
Commit ·
98701be
1
Parent(s): ac38b22
Downgrade TensorFlow to 2.15.0 for Keras 2 compatibility
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
python-multipart
|
|
|
|
| 4 |
numpy
|
| 5 |
matplotlib
|
| 6 |
tensorflow-cpu==2.15.0
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
python-multipart
|
| 4 |
+
opencv-python
|
| 5 |
numpy
|
| 6 |
matplotlib
|
| 7 |
tensorflow-cpu==2.15.0
|