Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ import gradio as gr
|
|
34 |
|
35 |
title = 'Image Caption Generator'
|
36 |
description = 'Generate descriptive captions for images.'
|
37 |
-
examples = [["
|
38 |
article = '<p style="margin:auto;max-width:600px;">This tool generates descriptive captions for given images.</p>'
|
39 |
|
40 |
interface = gr.Interface(fn=generate_caption,
|
|
|
34 |
|
35 |
title = 'Image Caption Generator'
|
36 |
description = 'Generate descriptive captions for images.'
|
37 |
+
examples = [["PRO-b0fe1914d67344d98e120a19cd1aadf1.jpg"]]
|
38 |
article = '<p style="margin:auto;max-width:600px;">This tool generates descriptive captions for given images.</p>'
|
39 |
|
40 |
interface = gr.Interface(fn=generate_caption,
|