Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|