Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface(
|
|
29 |
fn=gradio_predict,
|
30 |
inputs=[gr.Image(type="pil", label="Upload or Drag an Image"), gr.Textbox(label="Question", placeholder="e.g. What is this?", scale=4)],
|
31 |
outputs=gr.TextArea(label="Answer"),
|
32 |
-
title="Visual Question Answering",
|
33 |
description="Tiny 1B parameter Vision Language Model.",
|
34 |
)
|
35 |
|
|
|
29 |
fn=gradio_predict,
|
30 |
inputs=[gr.Image(type="pil", label="Upload or Drag an Image"), gr.Textbox(label="Question", placeholder="e.g. What is this?", scale=4)],
|
31 |
outputs=gr.TextArea(label="Answer"),
|
32 |
+
title="Instruct Visual Question Answering",
|
33 |
description="Tiny 1B parameter Vision Language Model.",
|
34 |
)
|
35 |
|