Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ def describe_image(image, question):
|
|
| 47 |
# Gradio interface
|
| 48 |
def gradio_app():
|
| 49 |
with gr.Blocks() as demo:
|
| 50 |
-
gr.Markdown("# Long Image Description with Molmo-7B
|
| 51 |
|
| 52 |
with gr.Row():
|
| 53 |
image_input = gr.Image(type="pil", label="Upload an Image")
|
|
|
|
| 47 |
# Gradio interface
|
| 48 |
def gradio_app():
|
| 49 |
with gr.Blocks() as demo:
|
| 50 |
+
gr.Markdown("# Long Image Description with Molmo-7B-D-0924\n### Upload an image and ask a question about it!")
|
| 51 |
|
| 52 |
with gr.Row():
|
| 53 |
image_input = gr.Image(type="pil", label="Upload an Image")
|