Spaces:
Running
on
Zero
Running
on
Zero
fix html structure
Browse files
app.py
CHANGED
@@ -1205,7 +1205,7 @@ def answer_question(image, question):
|
|
1205 |
with gr.Blocks() as demo:
|
1206 |
gr.HTML("<h1 class='gradio-heading'><center>π moondream</center></h1>")
|
1207 |
gr.HTML(
|
1208 |
-
"<p class='gradio-sub-heading'
|
1209 |
)
|
1210 |
with gr.Group():
|
1211 |
with gr.Row():
|
|
|
1205 |
with gr.Blocks() as demo:
|
1206 |
gr.HTML("<h1 class='gradio-heading'><center>π moondream</center></h1>")
|
1207 |
gr.HTML(
|
1208 |
+
"<center><p class='gradio-sub-heading'>moondream1 is a tiny (1.6B parameter) vision language model trained by <a href='https://x.com/vikhyatk'>@vikhyatk</a> that performs on par with models twice its size. It is trained on the LLaVa training dataset, and initialized with SigLIP as the vision tower and Phi-1.5 as the text encoder. Check out the <a href='https://huggingface.co/vikhyatk/moondream1'>HuggingFace model card</a> for more details.</p></center>"
|
1209 |
)
|
1210 |
with gr.Group():
|
1211 |
with gr.Row():
|