multimodalart HF Staff commited on
Commit
ce5e3d1
·
verified ·
1 Parent(s): 218889f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- 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(
 
112
  ''')
113
  with gr.Row():
114
  with gr.Column(scale=2):
 
 
115
  with gr.Tab("Text → Image (Image Generation)"):
116
+ pass
117
+ with gr.Tab("Image → Text (Image Understanding)"):
118
  image_input = gr.Image(label="Input Image (optional)", type="pil")
119
 
120
  prompt_input = gr.Textbox(