Commit
·
52ee4c6
1
Parent(s):
fe6968e
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 *
|
185 |
|
186 |
|
187 |
|
|
|
181 |
|
182 |
|
183 |
|
184 |
+
return {"彼 (man)": float(score_man * 100000000), "彼女 (woman)": float(score_woman)* 1000000000}
|
185 |
|
186 |
|
187 |
|