Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +15 -15
requirements.txt
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
-
flask
|
| 2 |
-
flask-cors
|
| 3 |
-
python-dotenv
|
| 4 |
-
groq
|
| 5 |
-
google-generativeai
|
| 6 |
-
pandas
|
| 7 |
-
opencv-python
|
| 8 |
-
numpy
|
| 9 |
-
matplotlib
|
| 10 |
-
tensorflow
|
| 11 |
-
moviepy
|
| 12 |
-
Werkzeug
|
| 13 |
-
openpyxl
|
| 14 |
-
xlsxwriter
|
| 15 |
-
gunicorn
|
|
|
|
| 1 |
+
flask
|
| 2 |
+
flask-cors
|
| 3 |
+
python-dotenv
|
| 4 |
+
groq
|
| 5 |
+
google-generativeai
|
| 6 |
+
pandas
|
| 7 |
+
opencv-python
|
| 8 |
+
numpy
|
| 9 |
+
matplotlib
|
| 10 |
+
tensorflow
|
| 11 |
+
moviepy
|
| 12 |
+
Werkzeug
|
| 13 |
+
openpyxl
|
| 14 |
+
xlsxwriter
|
| 15 |
+
gunicorn
|