Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -43,4 +43,4 @@ description = "Gradio demo for BLIP: Bootstrapping Language-Image Pre-training f
|
|
43 |
|
44 |
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>"
|
45 |
|
46 |
-
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article).launch(enable_queue=True)
|
|
|
43 |
|
44 |
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>"
|
45 |
|
46 |
+
gr.Interface(inference, inputs, outputs, title=title, description=description, theme='derekzen/stardust', article=article).launch(enable_queue=True)
|