WwYc commited on
Commit
b2c3238
1 Parent(s): 12d0577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,