Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def model_inference(
|
|
77 |
|
78 |
with gr.Blocks(fill_height=True) as demo:
|
79 |
gr.Markdown("## IDEFICS2 Instruction 🐶")
|
80 |
-
gr.Markdown("Play with
|
81 |
gr.Markdown("**Important note**: This model is not made for chatting, the chatty IDEFICS2 will be released in the upcoming days. **This model is very strong on various tasks, including visual question answering, document retrieval and more, you can see it through the examples.**")
|
82 |
gr.Markdown("Learn more about IDEFICS2 in this [blog post](https://huggingface.co/blog/idefics2).")
|
83 |
|
|
|
77 |
|
78 |
with gr.Blocks(fill_height=True) as demo:
|
79 |
gr.Markdown("## IDEFICS2 Instruction 🐶")
|
80 |
+
gr.Markdown("Play with [IDEFICS2-8B](https://huggingface.co/HuggingFaceM4/idefics2-8b) in this demo. To get started, upload an image and text or try one of the examples.")
|
81 |
gr.Markdown("**Important note**: This model is not made for chatting, the chatty IDEFICS2 will be released in the upcoming days. **This model is very strong on various tasks, including visual question answering, document retrieval and more, you can see it through the examples.**")
|
82 |
gr.Markdown("Learn more about IDEFICS2 in this [blog post](https://huggingface.co/blog/idefics2).")
|
83 |
|