Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
gradio==4.44.1
|
| 2 |
pandas
|
|
|
|
|
|
|
| 3 |
scikit-learn==1.3.1
|
| 4 |
transformers>=4.41.0
|
| 5 |
huggingface-hub>=0.23.0
|
|
|
|
| 1 |
gradio==4.44.1
|
| 2 |
pandas
|
| 3 |
+
numpy
|
| 4 |
+
plotly
|
| 5 |
scikit-learn==1.3.1
|
| 6 |
transformers>=4.41.0
|
| 7 |
huggingface-hub>=0.23.0
|