Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def ConvertJsonToList(fileName):
|
|
41 |
def TestModel(checkpoint, data):
|
42 |
local_model_path = checkpoint
|
43 |
model = SentenceTransformer(local_model_path)
|
44 |
-
df = pd.DataFrame(columns=["
|
45 |
|
46 |
sentences1 = []
|
47 |
sentences2 = []
|
|
|
41 |
def TestModel(checkpoint, data):
|
42 |
local_model_path = checkpoint
|
43 |
model = SentenceTransformer(local_model_path)
|
44 |
+
df = pd.DataFrame(columns=["Similitud Semántica"])
|
45 |
|
46 |
sentences1 = []
|
47 |
sentences2 = []
|