Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -236,8 +236,8 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
236 |
)
|
237 |
|
238 |
gr.Markdown("**Model Info**")
|
239 |
-
gr.Markdown("
|
240 |
-
gr.Markdown("
|
241 |
|
242 |
image_submit.click(
|
243 |
fn=generate_image,
|
|
|
236 |
)
|
237 |
|
238 |
gr.Markdown("**Model Info**")
|
239 |
+
gr.Markdown("> [Qwen2.5-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct): The Qwen2.5-VL-7B-Instruct model is a multimodal AI model developed by Alibaba Cloud that excels at understanding both text and images. It's a Vision-Language Model (VLM) designed to handle various visual understanding tasks, including image understanding, video analysis, and even multilingual support.")
|
240 |
+
gr.Markdown("> [Qwen2.5-VL-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct): Qwen2.5-VL-3B-Instruct is an instruction-tuned vision-language model from Alibaba Cloud, built upon the Qwen2-VL series. It excels at understanding and generating text related to both visual and textual inputs, making it capable of tasks like image captioning, visual question answering, and object localization. The model also supports long video understanding and structured data extraction")
|
241 |
|
242 |
image_submit.click(
|
243 |
fn=generate_image,
|