Spaces:
Runtime error
Runtime error
first
Browse files
app.py
CHANGED
@@ -40,11 +40,12 @@ def answer_question(img, prompt):
|
|
40 |
yield buffer.strip()
|
41 |
|
42 |
|
43 |
-
with gr.Blocks() as demo:
|
44 |
gr.Markdown(
|
45 |
"""
|
46 |
-
#
|
47 |
-
|
|
|
48 |
"""
|
49 |
)
|
50 |
with gr.Row():
|
|
|
40 |
yield buffer.strip()
|
41 |
|
42 |
|
43 |
+
with gr.Blocks(theme="Glass") as demo:
|
44 |
gr.Markdown(
|
45 |
"""
|
46 |
+
# AskMoondream: Moondream 2 Demonstration Space
|
47 |
+
Moondream2 is a 1.86B parameter model initialized with weights from SigLIP and Phi 1.5.
|
48 |
+
Modularity AI presents this open source huggingface space for running fast experimental inferences on Moondream2.
|
49 |
"""
|
50 |
)
|
51 |
with gr.Row():
|