Atom007 commited on
Commit
28daa1f
·
1 Parent(s): e06932c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)