Tonic commited on
Commit
bc7047f
·
verified ·
1 Parent(s): 468eae9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = [["https://example.com/image1.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,
 
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,