Spaces:
Runtime error
Runtime error
requierements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
streamlit
|
|
|
2 |
tensorflow
|
3 |
numpy
|
|
|
|
|
4 |
keras
|
5 |
-
|
6 |
-
Pillow
|
|
|
1 |
streamlit
|
2 |
+
openai
|
3 |
tensorflow
|
4 |
numpy
|
5 |
+
pandas
|
6 |
+
scikit-learn
|
7 |
keras
|
8 |
+
Pillow
|
|