Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1205,9 +1205,9 @@ def answer_question(image, question):
|
|
1205 |
|
1206 |
|
1207 |
with gr.Blocks() as demo:
|
1208 |
-
gr.HTML("<h1 class='gradio-heading'><center>π
|
1209 |
gr.HTML(
|
1210 |
-
"<center><p class='gradio-sub-heading'>moondream1 is
|
1211 |
)
|
1212 |
with gr.Group():
|
1213 |
with gr.Row():
|
|
|
1205 |
|
1206 |
|
1207 |
with gr.Blocks() as demo:
|
1208 |
+
gr.HTML("<h1 class='gradio-heading'><center>π moondream1</center></h1>")
|
1209 |
gr.HTML(
|
1210 |
+
"<center><p class='gradio-sub-heading'>moondream1 is an older version of the moondream model. Check out the <a href='https://huggingface.co/spaces/vikhyatk/moondream2'></a> space for an improved version.</p></center>"
|
1211 |
)
|
1212 |
with gr.Group():
|
1213 |
with gr.Row():
|