Update app.py
Browse files
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"),)
|