ManishThota commited on
Commit
1c6e643
·
verified ·
1 Parent(s): 6ca8deb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,8 +67,8 @@ iface = gr.Interface(
67
  gr.Textbox(label="Question", placeholder="e.g. What are the colors of the bus in the image?", scale=4),
68
  gr.Slider(2, 100, value=25, label="Count", info="Choose between 2 and 100")],
69
  outputs=gr.TextArea(label="Answer"),
70
- title="Sparrow-based Visual Question Answering",
71
- description="An interactive chat model that can answer questions about images.",
72
  )
73
 
74
  # Launch the app
 
67
  gr.Textbox(label="Question", placeholder="e.g. What are the colors of the bus in the image?", scale=4),
68
  gr.Slider(2, 100, value=25, label="Count", info="Choose between 2 and 100")],
69
  outputs=gr.TextArea(label="Answer"),
70
+ title="Sparrow - Tiny 3B Visual Question Answering",
71
+ description="An interactive chat model that can answer questions about images in Academic contest.",
72
  )
73
 
74
  # Launch the app