Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -112,9 +112,9 @@ with gr.Blocks(title="BLIP3-o") as demo:
|
|
112 |
''')
|
113 |
with gr.Row():
|
114 |
with gr.Column(scale=2):
|
115 |
-
gr.Tab("Image → Text (Image Understanding)"):
|
116 |
pass
|
117 |
-
gr.Tab("Text → Image (Image Generation)"):
|
118 |
image_input = gr.Image(label="Input Image (optional)", type="pil")
|
119 |
|
120 |
prompt_input = gr.Textbox(
|
|
|
112 |
''')
|
113 |
with gr.Row():
|
114 |
with gr.Column(scale=2):
|
115 |
+
with gr.Tab("Image → Text (Image Understanding)"):
|
116 |
pass
|
117 |
+
with gr.Tab("Text → Image (Image Generation)"):
|
118 |
image_input = gr.Image(label="Input Image (optional)", type="pil")
|
119 |
|
120 |
prompt_input = gr.Textbox(
|