Spaces:
Running
on
Zero
Running
on
Zero
...
Browse files
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
|
| 1209 |
-
|
| 1210 |
-
|
| 1211 |
-
|
|
|
|
| 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,
|