tbdatasci commited on
Commit
1008210
1 Parent(s): abea568

Updated description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ gr.close_all()
15
  demo = gr.Interface(fn=captioner,
16
  inputs=[gr.Image(label="Upload image", type="pil")],
17
  outputs=[gr.Textbox(label="Caption")],
18
- title="Image Captioning!",
19
- description="I'll be back... with captions!",
20
  allow_flagging="never")
21
 
22
  demo.launch()
 
15
  demo = gr.Interface(fn=captioner,
16
  inputs=[gr.Image(label="Upload image", type="pil")],
17
  outputs=[gr.Textbox(label="Caption")],
18
+ title="Image Captioning",
19
+ description="Hasta la vista, captionless images!",
20
  allow_flagging="never")
21
 
22
  demo.launch()