Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
gradio
|
| 2 |
pandas==2.1.1
|
| 3 |
numpy==1.26.0
|
| 4 |
sentence-transformers==2.2.2
|
| 5 |
torch>=2.0.1
|
| 6 |
huggingface-hub==0.14.1
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=3.63
|
| 2 |
pandas==2.1.1
|
| 3 |
numpy==1.26.0
|
| 4 |
sentence-transformers==2.2.2
|
| 5 |
torch>=2.0.1
|
| 6 |
huggingface-hub==0.14.1
|
| 7 |
+
joblib
|
| 8 |
+
scikit-learn
|