Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
pandas
|
| 2 |
-
scikit-learn
|
| 3 |
gradio>=4.0.0
|
|
|
|
|
|
|
|
|
|
| 4 |
huggingface_hub
|
| 5 |
numpy
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
+
sentence-transformers
|
| 3 |
+
scikit-learn
|
| 4 |
+
datasets
|
| 5 |
huggingface_hub
|
| 6 |
numpy
|
| 7 |
+
pandas
|