multimodalart HF Staff commited on
Commit
ea39c52
·
verified ·
1 Parent(s): c15770d

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
- 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(