Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ title = "Explain LXMERT 🤯"
|
|
17 |
|
18 |
iface = gr.Interface(fn=generate_viz, inputs=[
|
19 |
gr.Text(label="Input Image URL"),
|
20 |
-
gr.Text(label="Input the Question
|
21 |
],
|
22 |
outputs=[ gr.Image(label="EXplain Image"), gr.Text(label="Answer"), gr.HTML(label="Visualize Sentence Importance"),],
|
23 |
title=title,
|
|
|
17 |
|
18 |
iface = gr.Interface(fn=generate_viz, inputs=[
|
19 |
gr.Text(label="Input Image URL"),
|
20 |
+
gr.Text(label="Input the Question"),
|
21 |
],
|
22 |
outputs=[ gr.Image(label="EXplain Image"), gr.Text(label="Answer"), gr.HTML(label="Visualize Sentence Importance"),],
|
23 |
title=title,
|