zamal commited on
Commit
59219bc
1 Parent(s): 49b3b65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Long Description with Molmo-7B 4 bit quantized\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")
 
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")