mixklim commited on
Commit
d41492d
1 Parent(s): cd18497

Update app.py

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