tonyassi commited on
Commit
0a2dd0e
1 Parent(s): 7ed0992

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ def greet(img):
19
 
20
  iface = gr.Interface(fn=greet,
21
  title='Blip Image Captioning Large',
 
22
  inputs=gr.Image(type='filepath', label='Image'),
23
  outputs=gr.Textbox(label='Caption'),
24
  theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"),)
 
19
 
20
  iface = gr.Interface(fn=greet,
21
  title='Blip Image Captioning Large',
22
+ description="[Salesforce/blip-image-captioning-large](https://huggingface.co/Salesforce/blip-image-captioning-large)",
23
  inputs=gr.Image(type='filepath', label='Image'),
24
  outputs=gr.Textbox(label='Caption'),
25
  theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"),)