Ujeshhh commited on
Commit
bd501fa
·
verified ·
1 Parent(s): 46068de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,8 +27,8 @@ iface = gr.Interface(
27
  fn=generate_caption,
28
  inputs=gr.Image(type="filepath"),
29
  outputs="text",
30
- title="Free Image Captioning App",
31
- description="Upload an image, and the AI (Google Gemini) will generate a descriptive caption."
32
  )
33
 
34
  # Run the app
 
27
  fn=generate_caption,
28
  inputs=gr.Image(type="filepath"),
29
  outputs="text",
30
+ title="Image Captioning App",
31
+ description="Upload an image, anda descriptive caption will be generated."
32
  )
33
 
34
  # Run the app