Commit
·
636cc60
1
Parent(s):
29f039b
Update app.py
Browse files
app.py
CHANGED
@@ -181,7 +181,7 @@ def Visual_re_ranker(sentence_man, sentence_woman, context_label, context_prob):
|
|
181 |
|
182 |
|
183 |
|
184 |
-
return {"彼 (man)": float(score_man), "彼女 (woman)": float(score_woman)}
|
185 |
|
186 |
|
187 |
|
|
|
181 |
|
182 |
|
183 |
|
184 |
+
return {"彼 (man)": float(score_man)/1*100, "彼女 (woman)": float(score_woman)/1*100}
|
185 |
|
186 |
|
187 |
|