k3ybladewielder commited on
Commit
b2cca8e
1 Parent(s): a22b0d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,8 +21,8 @@ gr.close_all()
21
  demo = gr.Interface(fn=captioner,
22
  inputs=[gr.Image(label="Upload image", type="pil")],
23
  outputs=[gr.Textbox(label="Caption")],
24
- title="Image Captioning with BLIP",
25
- description="Caption any image using the BLIP model",
26
  allow_flagging="never",
27
  )
28
 
 
21
  demo = gr.Interface(fn=captioner,
22
  inputs=[gr.Image(label="Upload image", type="pil")],
23
  outputs=[gr.Textbox(label="Caption")],
24
+ title="Image Captioning with {model}",
25
+ description=f"Caption any image using the {model} model",
26
  allow_flagging="never",
27
  )
28