gaur3009 commited on
Commit
37904b4
·
verified ·
1 Parent(s): 4ea0270

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,8 +20,8 @@ interface = gr.Interface(
20
  fn=generate_caption,
21
  inputs=gr.Image(type="pil", label="Upload an Image"),
22
  outputs=gr.Textbox(label="Generated Caption"),
23
- title="📸 BLIP Image Captioning",
24
- description="Upload an image and get a descriptive caption using the BLIP model.",
25
  allow_flagging="never"
26
  )
27
 
 
20
  fn=generate_caption,
21
  inputs=gr.Image(type="pil", label="Upload an Image"),
22
  outputs=gr.Textbox(label="Generated Caption"),
23
+ title="📸 Image Captioning",
24
+ description="Upload an image and get a descriptive caption using this model.",
25
  allow_flagging="never"
26
  )
27