Spaces:
Sleeping
Sleeping
Ashish Soni
commited on
Commit
·
46df390
1
Parent(s):
1ec0b15
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,6 @@ demo = gr.Interface(fn=captioner,
|
|
13 |
outputs=[gr.Textbox(label="Caption")],
|
14 |
title="Image Captioning with BLIP",
|
15 |
description="Caption any image using the BLIP model",
|
16 |
-
allow_flagging="never"
|
17 |
-
examples=["christmas_dog.jpeg", "bird_flight.jpeg", "cow.jpeg"])
|
18 |
|
19 |
demo.launch()
|
|
|
13 |
outputs=[gr.Textbox(label="Caption")],
|
14 |
title="Image Captioning with BLIP",
|
15 |
description="Caption any image using the BLIP model",
|
16 |
+
allow_flagging="never")
|
|
|
17 |
|
18 |
demo.launch()
|