d-delaurier commited on
Commit
485e277
1 Parent(s): 6d0cb8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -43,12 +43,13 @@ def answer_question(img, prompt):
43
  with gr.Blocks() as demo:
44
  gr.Markdown(
45
  """
46
- # 🌔 moondream2
47
- A tiny vision language model. [GitHub](https://github.com/vikhyat/moondream)
 
48
  """
49
  )
50
  with gr.Row():
51
- prompt = gr.Textbox(label="Input", value="Describe this image.", scale=4)
52
  submit = gr.Button("Submit")
53
  with gr.Row():
54
  img = gr.Image(type="pil", label="Upload an Image")
 
43
  with gr.Blocks() as demo:
44
  gr.Markdown(
45
  """
46
+ # myAI - AMI Vision Module
47
+ A lightweight Computer Vision model by @vikhyat
48
+ - 🌔 [moondream2](https://github.com/vikhyat/moondream)
49
  """
50
  )
51
  with gr.Row():
52
+ prompt = gr.Textbox(label="Input", value="Identify people in this video", scale=4)
53
  submit = gr.Button("Submit")
54
  with gr.Row():
55
  img = gr.Image(type="pil", label="Upload an Image")