Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
spaces
|
2 |
-
|
3 |
transformers
|
4 |
faiss-gpu
|
|
|
5 |
pandas
|
6 |
-
torch
|
|
|
1 |
spaces
|
2 |
+
torch==2.2.0
|
3 |
transformers
|
4 |
faiss-gpu
|
5 |
+
gradio
|
6 |
pandas
|
|