Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
transformers>=4.30.0
|
| 3 |
+
sentence-transformers>=2.2.2
|
| 4 |
+
pandas>=1.5.0
|
| 5 |
+
gradio>=3.0.0
|
| 6 |
+
huggingface_hub>=0.14.0
|
| 7 |
+
openpyxl>=3.0.0 # För att hantera Excel-filer
|