Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ iface = gr.Interface(fn=launch,
|
|
| 20 |
gr.Textbox(label="Question", lines=3)],
|
| 21 |
outputs=[gr.Textbox(label="Answer", lines=3)],
|
| 22 |
title="Image Q&A with Salesforce BLIP",
|
| 23 |
-
description="1. Upload an image.\n2. Type a question.\n3. Press submit.\n4. Get an answer.",
|
| 24 |
allow_flagging="never"
|
| 25 |
)
|
| 26 |
|
|
|
|
| 20 |
gr.Textbox(label="Question", lines=3)],
|
| 21 |
outputs=[gr.Textbox(label="Answer", lines=3)],
|
| 22 |
title="Image Q&A with Salesforce BLIP",
|
| 23 |
+
description="1. Upload an image.\n2. Type a question.\n3. Press submit button.\n4. Get an answer.",
|
| 24 |
allow_flagging="never"
|
| 25 |
)
|
| 26 |
|