Kelex83 commited on
Commit
b3a5b20
·
verified ·
1 Parent(s): 980b18f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ iface = gr.Interface(
62
  ["panda.jpg"]
63
  ],
64
  title="Advanced Image Captioning with the BLIP model",
65
- description="Upload an image or provide a URL to generate a caption. Download the generated caption as a .txt file.",
66
  live=True,
67
  theme="compact"
68
  )
 
62
  ["panda.jpg"]
63
  ],
64
  title="Advanced Image Captioning with the BLIP model",
65
+ description="Upload an image or provide a URL to an image to generate a caption. You can also drag and drop the example images. Download the generated caption as a .txt file if needed.",
66
  live=True,
67
  theme="compact"
68
  )