Commit
·
9c341f9
1
Parent(s):
636cc60
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* * 1000000000000000000), "彼女 (woman)": float(score_woman)* * 1000000000000000000}
|
185 |
|
186 |
|
187 |
|