vikhyatk commited on
Commit
0f11c75
1 Parent(s): 5f379f0
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -1205,10 +1205,11 @@ def answer_question(image, question):
1205
  gr.Interface(
1206
  title="🌔 moondream1",
1207
  description="""
1208
- moondream1 is a tiny (1.6B parameter) vision language model that performs
1209
- competitively with models twice its size. It is trained on the LLaVa training
1210
- dataset, and initialized with SigLIP as the vision tower and Phi-1.5 as the
1211
- text encoder. Check out the <a href="https://huggingface.co/vikhyatk/moondream1">HuggingFace
 
1212
  model card</a> for more details.
1213
  """,
1214
  fn=answer_question,
 
1205
  gr.Interface(
1206
  title="🌔 moondream1",
1207
  description="""
1208
+ moondream1 is a tiny (1.6B parameter) vision language model trained by
1209
+ <a href="https://x.com/vikhyatk">@vikhyatk</a> that performs on par with
1210
+ models twice its size. It is trained on the LLaVa training dataset, and
1211
+ initialized with SigLIP as the vision tower and Phi-1.5 as the text encoder.
1212
+ Check out the <a href="https://huggingface.co/vikhyatk/moondream1">HuggingFace
1213
  model card</a> for more details.
1214
  """,
1215
  fn=answer_question,