vikhyatk commited on
Commit
b77f53d
1 Parent(s): 77e99d6

fix html structure

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'><center>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.</center></p>"
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():