Spaces:
Runtime error
Runtime error
srivatsavdamaraju
commited on
Commit
•
4e0b971
1
Parent(s):
45b2f29
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
Flask==2.2.3
|
|
|
2 |
opencv-python-headless==4.7.0.72
|
3 |
tensorflow==2.11.0
|
4 |
numpy==1.23.3
|
|
|
|
1 |
Flask==2.2.3
|
2 |
+
Werkzeug==2.2.3
|
3 |
opencv-python-headless==4.7.0.72
|
4 |
tensorflow==2.11.0
|
5 |
numpy==1.23.3
|
6 |
+
gunicorn==20.1.0 # Add Gunicorn to run the app in production
|