Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,6 @@ demo = gr.Interface(fn=captioner,
|
|
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)
|
|
|
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)
|