Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -88,10 +88,10 @@ def answer_question(image, question, max_crops, num_tokens, sample, temperature,
|
|
88 |
with gr.Blocks() as demo:
|
89 |
gr.HTML("<h1 class='gradio-heading'><center>MC-LLaVA 3B</center></h1>")
|
90 |
gr.HTML(
|
91 |
-
"<center><p class='gradio-sub-heading'>MC-LLaVA 3B is a model that can answer questions about small details in high-resolution images.
|
92 |
)
|
93 |
gr.HTML(
|
94 |
-
"<center><p class='gradio-sub-heading'>
|
95 |
)
|
96 |
with gr.Group():
|
97 |
with gr.Row():
|
|
|
88 |
with gr.Blocks() as demo:
|
89 |
gr.HTML("<h1 class='gradio-heading'><center>MC-LLaVA 3B</center></h1>")
|
90 |
gr.HTML(
|
91 |
+
"<center><p class='gradio-sub-heading'>MC-LLaVA 3B is a model that can answer questions about small details in high-resolution images. </p></center>"
|
92 |
)
|
93 |
gr.HTML(
|
94 |
+
"<center><p class='gradio-sub-heading'>The magic of LLM happened when we can combine them with different data sources. We are able to search for object on images and get answer prepared by Large Language Model.</p></center>"
|
95 |
)
|
96 |
with gr.Group():
|
97 |
with gr.Row():
|