Spaces:
Paused
Paused
Update app.py
Browse filesadd moondream to examples
app.py
CHANGED
@@ -34,8 +34,9 @@ interface = gr.Interface(
|
|
34 |
examples=[
|
35 |
["google/gemma-7b"],
|
36 |
["microsoft/Phi-3-mini-4k-instruct"],
|
37 |
-
["
|
38 |
-
["microsoft/Phi-3-vision-128k-instruct"]
|
|
|
39 |
]
|
40 |
)
|
41 |
|
|
|
34 |
examples=[
|
35 |
["google/gemma-7b"],
|
36 |
["microsoft/Phi-3-mini-4k-instruct"],
|
37 |
+
["vikhyatk/moondream2"],
|
38 |
+
["microsoft/Phi-3-vision-128k-instruct"],
|
39 |
+
["google/paligemma-3b-mix-224"]
|
40 |
]
|
41 |
)
|
42 |
|