Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,12 +61,8 @@ def model_inference(
|
|
| 61 |
|
| 62 |
|
| 63 |
with gr.Blocks(fill_height=True) as demo:
|
| 64 |
-
gr.Markdown("##
|
| 65 |
-
gr.Markdown("Play with [
|
| 66 |
-
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.**")
|
| 67 |
-
gr.Markdown("Learn more about IDEFICS2 in this [blog post](https://huggingface.co/blog/idefics2).")
|
| 68 |
-
|
| 69 |
-
|
| 70 |
with gr.Column():
|
| 71 |
image_input = gr.Image(label="Upload your Image", type="pil")
|
| 72 |
query_input = gr.Textbox(label="Prompt")
|
|
|
|
| 61 |
|
| 62 |
|
| 63 |
with gr.Blocks(fill_height=True) as demo:
|
| 64 |
+
gr.Markdown("## IDEFICS3-Llama 🐶")
|
| 65 |
+
gr.Markdown("Play with [HuggingFaceM4/Idefics3-8B-Llama3](https://huggingface.co/HuggingFaceM4/Idefics3-8B-Llama3) in this demo. To get started, upload an image and text or try one of the examples.")
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
with gr.Column():
|
| 67 |
image_input = gr.Image(label="Upload your Image", type="pil")
|
| 68 |
query_input = gr.Textbox(label="Prompt")
|