ZubairAhmed777 commited on
Commit
6eaea85
·
verified ·
1 Parent(s): ff8c4c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ iface = gr.Interface(
25
  fn=generate_caption,
26
  inputs=gr.Image(type="pil"),
27
  outputs=gr.Textbox(label="Generated Caption"), # Use Textbox for text output
28
- title="Image Captioning with BLIP",
29
- description="Generate captions for your images using the BLIP model."
30
  )
31
 
32
  # Launch the interface
 
25
  fn=generate_caption,
26
  inputs=gr.Image(type="pil"),
27
  outputs=gr.Textbox(label="Generated Caption"), # Use Textbox for text output
28
+ title="Image Captioning",
29
+ description="Generate captions for your images"
30
  )
31
 
32
  # Launch the interface