Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
| 5 |
numpy
|
| 6 |
-
|
|
|
|
| 1 |
+
sentence-transformers==2.6.1
|
| 2 |
+
transformers==4.42.4
|
| 3 |
+
huggingface-hub==0.23.5
|
| 4 |
+
torch>=2.1
|
| 5 |
+
gradio==4.38.1
|
| 6 |
numpy
|
| 7 |
+
|