RamAnanth1 commited on
Commit
5d898d2
1 Parent(s): 06c64f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -46,9 +46,11 @@ theme = gr.themes.Monochrome(
46
  css = ".generating {visibility: hidden}"
47
 
48
  with gr.Blocks(theme=theme, analytics_enabled=False,css=css) as demo:
 
49
  gr.Markdown(
50
  """
51
  Unofficial demo for InstructBLIP. InstructBLIP is a new vision-language instruction-tuning framework by Salesforce that uses BLIP-2 models, achieving state-of-the-art zero-shot generalization performance on a wide range of vision-language tasks.
 
52
  """
53
  )
54
  with gr.Column(scale=3):
 
46
  css = ".generating {visibility: hidden}"
47
 
48
  with gr.Blocks(theme=theme, analytics_enabled=False,css=css) as demo:
49
+ gr.Markdown("## InstructBLIP: Towards General-purpose Vision-Language Models with Instruction Tuning")
50
  gr.Markdown(
51
  """
52
  Unofficial demo for InstructBLIP. InstructBLIP is a new vision-language instruction-tuning framework by Salesforce that uses BLIP-2 models, achieving state-of-the-art zero-shot generalization performance on a wide range of vision-language tasks.
53
+ The demo is based on the official <a href="https://github.com/salesforce/LAVIS/tree/main/projects/instructblip" style="text-decoration: underline;" target="_blank"> Github </a> implementation
54
  """
55
  )
56
  with gr.Column(scale=3):