Spaces:
Build error
Build error
Ahsen Khaliq
commited on
Commit
•
8e91121
1
Parent(s):
e67e20f
Update app.py
Browse files
app.py
CHANGED
@@ -71,4 +71,4 @@ description = "Gradio demo for BLIP: Bootstrapping Language-Image Pre-training f
|
|
71 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2201.12086' target='_blank'>BLIP: Bootstrapping Language-Image Pre-training for Unified Vision-Language Understanding and Generation</a> | <a href='https://github.com/salesforce/BLIP' target='_blank'>Github Repo</a></p>"
|
72 |
|
73 |
|
74 |
-
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=[['starry.jpg',"Image Captioning",""]]).launch(enable_queue=True,cache_examples=True)
|
|
|
71 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2201.12086' target='_blank'>BLIP: Bootstrapping Language-Image Pre-training for Unified Vision-Language Understanding and Generation</a> | <a href='https://github.com/salesforce/BLIP' target='_blank'>Github Repo</a></p>"
|
72 |
|
73 |
|
74 |
+
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=[['starry.jpg',"Image Captioning","None"]]).launch(enable_queue=True,cache_examples=True)
|