Csplk commited on
Commit
347e03a
ยท
verified ยท
1 Parent(s): be235e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -72,7 +72,6 @@ with gr.Blocks() as demo:
72
  gr.Markdown("# moondream2 unofficial batch processing demo")
73
  gr.Markdown("1. Select images\n2. Enter one or more prompts separated by commas. Ex: Describe this image, What is in this image?\n\n")
74
  gr.Markdown("**Currently each image will be sent as a batch with the prompts thus asking each prompt on each image**")
75
- gr.Markdown("*Running on free CPU space tier currently so results may take a bit to process compared to duplicating space and using GPU space hardware*")
76
  gr.Markdown("A tiny vision language model. [moondream2](https://huggingface.co/vikhyatk/moondream2)")
77
  with gr.Row():
78
  img = gr.Gallery(label="Upload Images", type="pil", preview=True, columns=4)
 
72
  gr.Markdown("# moondream2 unofficial batch processing demo")
73
  gr.Markdown("1. Select images\n2. Enter one or more prompts separated by commas. Ex: Describe this image, What is in this image?\n\n")
74
  gr.Markdown("**Currently each image will be sent as a batch with the prompts thus asking each prompt on each image**")
 
75
  gr.Markdown("A tiny vision language model. [moondream2](https://huggingface.co/vikhyatk/moondream2)")
76
  with gr.Row():
77
  img = gr.Gallery(label="Upload Images", type="pil", preview=True, columns=4)