vikhyatk commited on
Commit
fce2987
β€’
1 Parent(s): 0175ee9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1205,9 +1205,9 @@ def answer_question(image, question):
1205
 
1206
 
1207
  with gr.Blocks() as demo:
1208
- gr.HTML("<h1 class='gradio-heading'><center>πŸŒ” moondream</center></h1>")
1209
  gr.HTML(
1210
- "<center><p class='gradio-sub-heading'>moondream1 is a tiny (1.6B parameter) vision language model trained by <a href='https://x.com/vikhyatk'>@vikhyatk</a> that performs on par with models twice its size. It is trained on the LLaVa training dataset, and initialized with SigLIP as the vision tower and Phi-1.5 as the text encoder. Check out the <a href='https://huggingface.co/vikhyatk/moondream1'>HuggingFace model card</a> for more details.</p></center>"
1211
  )
1212
  with gr.Group():
1213
  with gr.Row():
 
1205
 
1206
 
1207
  with gr.Blocks() as demo:
1208
+ gr.HTML("<h1 class='gradio-heading'><center>πŸŒ” moondream1</center></h1>")
1209
  gr.HTML(
1210
+ "<center><p class='gradio-sub-heading'>moondream1 is an older version of the moondream model. Check out the <a href='https://huggingface.co/spaces/vikhyatk/moondream2'></a> space for an improved version.</p></center>"
1211
  )
1212
  with gr.Group():
1213
  with gr.Row():