Commit
·
f9c01b3
1
Parent(s):
d8f84d8
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)/10000000000000000, "彼女 (woman)": float(score_woman)/10000000000000000}
|
186 |
|
187 |
|
188 |
|