Pranav0gp commited on
Commit
62179df
·
1 Parent(s): 7f970c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -36,7 +36,6 @@ demo = gr.Interface(fn=captioner,
36
  outputs=[gr.Textbox(label="Caption")],
37
  title="Image Captioning with BLIP",
38
  description="Caption any image using the BLIP model",
39
- allow_flagging="never",
40
- examples=[])
41
 
42
  demo.launch(inline=False)
 
36
  outputs=[gr.Textbox(label="Caption")],
37
  title="Image Captioning with BLIP",
38
  description="Caption any image using the BLIP model",
39
+ allow_flagging="never")
 
40
 
41
  demo.launch(inline=False)