hanzla commited on
Commit
b8fcf34
·
1 Parent(s): 51f704e
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -40,11 +40,12 @@ def answer_question(img, prompt):
40
  yield buffer.strip()
41
 
42
 
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():
 
40
  yield buffer.strip()
41
 
42
 
43
+ with gr.Blocks(theme="Glass") as demo:
44
  gr.Markdown(
45
  """
46
+ # AskMoondream: Moondream 2 Demonstration Space
47
+ Moondream2 is a 1.86B parameter model initialized with weights from SigLIP and Phi 1.5.
48
+ Modularity AI presents this open source huggingface space for running fast experimental inferences on Moondream2.
49
  """
50
  )
51
  with gr.Row():