Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -107,6 +107,9 @@ pipe.unet.to('cuda')
|
|
107 |
|
108 |
# Gradio UI
|
109 |
with gr.Blocks(title="BLIP3-o") as demo:
|
|
|
|
|
|
|
110 |
with gr.Row():
|
111 |
with gr.Column(scale=2):
|
112 |
gr.Tab("Image → Text (Image Understanding)"):
|
|
|
107 |
|
108 |
# Gradio UI
|
109 |
with gr.Blocks(title="BLIP3-o") as demo:
|
110 |
+
gr.Markdown('''# BLIP3-o
|
111 |
+
Add details, link to repo, etc. here
|
112 |
+
''')
|
113 |
with gr.Row():
|
114 |
with gr.Column(scale=2):
|
115 |
gr.Tab("Image → Text (Image Understanding)"):
|