AhmedSSabir
commited on
Commit
•
33703fc
1
Parent(s):
1b5a696
Update app.py
Browse files
app.py
CHANGED
@@ -132,6 +132,6 @@ demo = gr.Interface(
|
|
132 |
description="Demo for Belief Revision based Caption Re-ranker with Visual Semantic Information",
|
133 |
#inputs=[gr.Textbox(value="a city street filled with traffic at night") , gr.Textbox(value="traffic"), gr.Textbox(value="0.7458009")],
|
134 |
outputs=[gr.Textbox(value="Language Model Score") , gr.Textbox(value="Semantic Similarity Score"), gr.Textbox(value="Belief revision score via visual context")],
|
135 |
-
outputs="label",
|
136 |
)
|
137 |
demo.launch()
|
|
|
132 |
description="Demo for Belief Revision based Caption Re-ranker with Visual Semantic Information",
|
133 |
#inputs=[gr.Textbox(value="a city street filled with traffic at night") , gr.Textbox(value="traffic"), gr.Textbox(value="0.7458009")],
|
134 |
outputs=[gr.Textbox(value="Language Model Score") , gr.Textbox(value="Semantic Similarity Score"), gr.Textbox(value="Belief revision score via visual context")],
|
135 |
+
#outputs="label",
|
136 |
)
|
137 |
demo.launch()
|