Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
|
|
| 1 |
streamlit-drawable-canvas
|
| 2 |
-
tensorflow
|
| 3 |
-
tensorflow-addons
|
| 4 |
Pillow
|
| 5 |
opencv-python
|
| 6 |
numpy
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
streamlit-drawable-canvas
|
| 3 |
+
tensorflow==2.15.0
|
| 4 |
+
tensorflow-addons==0.23.0
|
| 5 |
Pillow
|
| 6 |
opencv-python
|
| 7 |
numpy
|