Spaces:
Runtime error
Runtime error
Upload 7 files
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ dense_embedding = literal_eval(
|
|
95 |
query_text,
|
96 |
api_name="/predict",
|
97 |
)
|
98 |
-
).tolist()
|
99 |
|
100 |
#dense_embedding = [float(x) for x in dense_embedding_output[0]]
|
101 |
|
|
|
95 |
query_text,
|
96 |
api_name="/predict",
|
97 |
)
|
98 |
+
)[0].tolist()
|
99 |
|
100 |
#dense_embedding = [float(x) for x in dense_embedding_output[0]]
|
101 |
|