Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
gradio
|
2 |
keras
|
|
|
|
|
3 |
streamlit
|
|
|
4 |
tensorflow
|
5 |
torch
|
6 |
torchmetrics
|
|
|
1 |
gradio
|
2 |
keras
|
3 |
+
numpy
|
4 |
+
pandas
|
5 |
streamlit
|
6 |
+
scikit_learn
|
7 |
tensorflow
|
8 |
torch
|
9 |
torchmetrics
|