Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
|
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():
|