AhmedSSabir
commited on
Commit
•
c365bf7
1
Parent(s):
45e11d2
Update app.py
Browse files
app.py
CHANGED
@@ -222,7 +222,8 @@ def Visual_re_ranker(sentence_man, sentence_woman, context_label, context_prob):
|
|
222 |
|
223 |
|
224 |
|
225 |
-
return {"彼 (man)": float(score_man * 100000000), "彼女 (woman)": float(score_woman)* 1000000000}
|
|
|
226 |
|
227 |
|
228 |
|
|
|
222 |
|
223 |
|
224 |
|
225 |
+
#return {"彼 (man)": float(score_man * 100000000), "彼女 (woman)": float(score_woman)* 1000000000}
|
226 |
+
return {"彼 (man)": float(score_man * 1), "彼女 (woman)": float(score_woman)* 1}
|
227 |
|
228 |
|
229 |
|