Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
Flask
|
| 3 |
+
tensorflow==2.15.0
|
| 4 |
+
pillow
|
| 5 |
+
numpy
|
| 6 |
+
python-dotenv
|
| 7 |
+
google-generativeai
|
| 8 |
+
gdown
|
| 9 |
+
gunicorn
|