Commit
·
8e8c37c
1
Parent(s):
00cb379
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ def Visual_re_ranker(sentence_man, sentence_woman, context_label, context_prob):
|
|
182 |
|
183 |
|
184 |
|
185 |
-
return {"彼": float(score_man
|
186 |
|
187 |
|
188 |
|
|
|
182 |
|
183 |
|
184 |
|
185 |
+
return {"彼": float(score_man)/100, "彼女": float(score_woman)/100}
|
186 |
|
187 |
|
188 |
|