Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,7 @@ def predict(prompt, image_url, max_length):
|
|
24 |
|
25 |
title = "Midjourney-like Image Captioning with IDEFICS"
|
26 |
description = "Gradio Demo for generating Midjourney like captions (describe functionality) with IDEFICS"
|
27 |
-
|
28 |
-
"Repo</a></p> "
|
29 |
#examples = [['beatles.jpeg'], ['aurora.jpeg'], ['good_luck.png'], ['pokemons.jpg'], ['donuts.jpg']]
|
30 |
io = gr.Interface(fn=image_caption,
|
31 |
#inputs=gr.inputs.Image(type='pil'),
|
|
|
24 |
|
25 |
title = "Midjourney-like Image Captioning with IDEFICS"
|
26 |
description = "Gradio Demo for generating Midjourney like captions (describe functionality) with IDEFICS"
|
27 |
+
|
|
|
28 |
#examples = [['beatles.jpeg'], ['aurora.jpeg'], ['good_luck.png'], ['pokemons.jpg'], ['donuts.jpg']]
|
29 |
io = gr.Interface(fn=image_caption,
|
30 |
#inputs=gr.inputs.Image(type='pil'),
|