RSRathore commited on
Commit
1989b7d
·
verified ·
1 Parent(s): 7dc0229

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ demo = gr.Interface(
19
  fn=generate_caption,
20
  inputs=gr.Image(type="pil"),
21
  outputs="text",
22
- title="🖼️ New Yorker Caption Generator",
23
- description="Upload an image and get a caption using the `RSRathore/ny-image-captioning` model."
24
  )
25
 
26
  demo.launch()
 
19
  fn=generate_caption,
20
  inputs=gr.Image(type="pil"),
21
  outputs="text",
22
+ title="🖼️ Comical Caption Generator",
23
+ description="Upload an image (png or jpg) and get a caption using the `RSRathore/ny-image-captioning` model."
24
  )
25
 
26
  demo.launch()