jiuhai commited on
Commit
270fb9f
·
verified ·
1 Parent(s): 9b82590

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ pipe.unet.to('cuda')
109
  # Gradio UI
110
  with gr.Blocks(title="BLIP3-o") as demo:
111
  gr.Markdown('''# BLIP3-o
112
- Add details, link to repo, etc. here
113
  ''')
114
 
115
  with gr.Row():
 
109
  # Gradio UI
110
  with gr.Blocks(title="BLIP3-o") as demo:
111
  gr.Markdown('''# BLIP3-o
112
+ A fully open source unified model for both image understanding and generation, check our Github: https://github.com/JiuhaiChen/BLIP3o and Paper: https://arxiv.org/abs/2505.09568
113
  ''')
114
 
115
  with gr.Row():