Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|