AhmedSSabir
commited on
Commit
•
c505acd
1
Parent(s):
c7911c8
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ def Visual_re_ranker(caption_man, caption_woman, context_label, context_prob):
|
|
135 |
|
136 |
demo = gr.Interface(
|
137 |
fn=Visual_re_ranker,
|
138 |
-
description="Demo for Women Wearing Lipstick: Measuring the Bias Between Object and Its Related Gender",
|
139 |
inputs=[gr.Textbox(value="a man riding a motorcycle on a road") , gr.Textbox(value="a woman riding a motorcycle on a road"), gr.Textbox(value="motor scooter"), gr.Textbox(value="0.2183")],
|
140 |
|
141 |
|
|
|
135 |
|
136 |
demo = gr.Interface(
|
137 |
fn=Visual_re_ranker,
|
138 |
+
description="Demo for Women Wearing Lipstick: Measuring the Bias Between Object and Its Related Gender (distilbert)",
|
139 |
inputs=[gr.Textbox(value="a man riding a motorcycle on a road") , gr.Textbox(value="a woman riding a motorcycle on a road"), gr.Textbox(value="motor scooter"), gr.Textbox(value="0.2183")],
|
140 |
|
141 |
|