Spaces:
Runtime error
Runtime error
Theme
Browse files
app_v2.py
CHANGED
|
@@ -64,8 +64,8 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.red, seconda
|
|
| 64 |
gr.Markdown(
|
| 65 |
"""
|
| 66 |
# AskMoondream: Moondream 2 Demonstration Space
|
| 67 |
-
|
| 68 |
-
|
| 69 |
"""
|
| 70 |
)
|
| 71 |
chatbot = gr.Chatbot(
|
|
|
|
| 64 |
gr.Markdown(
|
| 65 |
"""
|
| 66 |
# AskMoondream: Moondream 2 Demonstration Space
|
| 67 |
+
## Modularity AI presents this open source huggingface space for running fast experimental inferences on Moondream2.
|
| 68 |
+
## Moondream2 is a 1.86B parameter model initialized with weights from SigLIP and Phi 1.5.
|
| 69 |
"""
|
| 70 |
)
|
| 71 |
chatbot = gr.Chatbot(
|