Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
g4f[all]
|
2 |
-
chainlit
|
3 |
Flask==2.2.2
|
|
|
4 |
gunicorn==20.1.0 # Optional: A WSGI server to run your app
|
|
|
|
|
|
|
|
1 |
Flask==2.2.2
|
2 |
+
Werkzeug==2.2.2 # Ensure you use a compatible version
|
3 |
gunicorn==20.1.0 # Optional: A WSGI server to run your app
|
4 |
+
g4f[all]
|