Spaces:
Runtime error
Runtime error
mend
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
farm-haystack[faiss,inference]
|
2 |
pydantic_core==2.6.3
|
3 |
pydantic==1.10.12
|
4 |
-
transformers
|
5 |
gradio<4.0.0
|
6 |
plotly
|
7 |
torch==2.1.0
|
|
|
1 |
+
farm-haystack[faiss,inference]>=1.20.0
|
2 |
pydantic_core==2.6.3
|
3 |
pydantic==1.10.12
|
4 |
+
transformers>=4.0.0
|
5 |
gradio<4.0.0
|
6 |
plotly
|
7 |
torch==2.1.0
|