Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
# pip: pip uninstall -y huggingface_hub
|
2 |
-
# pip: pip install huggingface_hub==0.16.4
|
3 |
-
|
4 |
gradio
|
5 |
pandas
|
6 |
requests
|
@@ -12,5 +9,5 @@ transformers
|
|
12 |
torch
|
13 |
scikit-learn
|
14 |
numpy
|
15 |
-
huggingface_hub==0.
|
16 |
-
sentence-transformers==2.
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
pandas
|
3 |
requests
|
|
|
9 |
torch
|
10 |
scikit-learn
|
11 |
numpy
|
12 |
+
huggingface_hub==0.20.3
|
13 |
+
sentence-transformers==2.5.1
|