AhmedSSabir
commited on
Commit
•
b8bfd60
1
Parent(s):
e81aa28
Update app.py
Browse files
app.py
CHANGED
@@ -191,8 +191,8 @@ def Visual_re_ranker(sentence_man, sentence_woman, context_label, context_prob):
|
|
191 |
demo = gr.Interface(
|
192 |
fn=Visual_re_ranker,
|
193 |
description="Demo for Women Wearing Lipstick: Measuring the Bias Between Object and Its Related Gender",
|
194 |
-
|
195 |
-
inputs=[gr.Textbox(value="これこれ!!なっちょのインスタ開設はこれがあるから尚幸せなのよ!") , gr.Textbox(value="インスタ開設"), gr.Textbox(value="大学"), gr.Textbox(value="0.5239")],
|
196 |
|
197 |
|
198 |
#inputs=[gr.Textbox(value="a man is blow drying his hair in the bathroom") , gr.Textbox(value="a woman is blow drying her hair in the bathroom"), gr.Textbox(value="hair spray"), gr.Textbox(value="0.7385")],
|
|
|
191 |
demo = gr.Interface(
|
192 |
fn=Visual_re_ranker,
|
193 |
description="Demo for Women Wearing Lipstick: Measuring the Bias Between Object and Its Related Gender",
|
194 |
+
inputs=[gr.Textbox(value="ハイデルベルク大学は彼の出身大学である。") , gr.Textbox(value="ハイデルベルク大学は彼女の出身大学である。"), gr.Textbox(value="大学"), gr.Textbox(value="0.7458009")],
|
195 |
+
# inputs=[gr.Textbox(value="これこれ!!なっちょのインスタ開設はこれがあるから尚幸せなのよ!") , gr.Textbox(value="インスタ開設"), gr.Textbox(value="大学"), gr.Textbox(value="0.5239")],
|
196 |
|
197 |
|
198 |
#inputs=[gr.Textbox(value="a man is blow drying his hair in the bathroom") , gr.Textbox(value="a woman is blow drying her hair in the bathroom"), gr.Textbox(value="hair spray"), gr.Textbox(value="0.7385")],
|