Spaces:
Runtime error
Runtime error
Commit
·
3ffe88d
1
Parent(s):
5d1afde
update app
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ def predict(s1, chosen_model):
|
|
101 |
logits = softmax(logits).tolist()
|
102 |
break
|
103 |
def get_description(idx):
|
104 |
-
description =
|
105 |
description_pt = score_descriptions_pt[idx]
|
106 |
final_description = description + "\n \n" + description_pt
|
107 |
return final_description
|
|
|
101 |
logits = softmax(logits).tolist()
|
102 |
break
|
103 |
def get_description(idx):
|
104 |
+
description = score_descriptions[idx]
|
105 |
description_pt = score_descriptions_pt[idx]
|
106 |
final_description = description + "\n \n" + description_pt
|
107 |
return final_description
|