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