Commit
·
fe6968e
1
Parent(s):
c19b7c0
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 * 10000000000), "彼女 (woman)": float(score_woman)* 10000000000}
|
185 |
|
186 |
|
187 |
|