Staticaliza commited on
Commit
201c325
·
verified ·
1 Parent(s): 1ec3632

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def cloud():
47
  # Initialize
48
  with gr.Blocks(css=css) as main:
49
  with gr.Column():
50
- gr.Markdown("🪄 Analyze images and caption them.")
51
 
52
  with gr.Column():
53
  input = gr.Image(label="Image")
 
47
  # Initialize
48
  with gr.Blocks(css=css) as main:
49
  with gr.Column():
50
+ gr.Markdown("🪄 Analyze images and caption them using state-of-the-art openbmb/MiniCPM-V-2_6.")
51
 
52
  with gr.Column():
53
  input = gr.Image(label="Image")