Spaces:
Runtime error
Runtime error
Remove the second util package
Browse files- requirements.txt +0 -1
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
torch
|
2 |
transformers
|
3 |
#pip install -U sentence-transformers
|
4 |
-
from sentence_transformers import SentenceTransformer
|
5 |
import numpy as np
|
6 |
import sys
|
7 |
import json
|
|
|
1 |
torch
|
2 |
transformers
|
3 |
#pip install -U sentence-transformers
|
|
|
4 |
import numpy as np
|
5 |
import sys
|
6 |
import json
|