Spaces:
Running
on
Zero
Running
on
Zero
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("# Image
|
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 4 bit quantized\n### Note: This model size has been reduced by six times without much of loss in Performance.\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")
|