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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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)"):