Commit
·
c54d151
1
Parent(s):
f9c01b3
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 {"彼 (man)": float(score_man)/
|
186 |
|
187 |
|
188 |
|
|
|
182 |
|
183 |
|
184 |
|
185 |
+
return {"彼 (man)": float(score_man)/1, "彼女 (woman)": float(score_woman)/1}
|
186 |
|
187 |
|
188 |
|