merve HF staff commited on
Commit
d4fa011
1 Parent(s): 6bc5bc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -61,12 +61,8 @@ def model_inference(
61
 
62
 
63
  with gr.Blocks(fill_height=True) as demo:
64
- gr.Markdown("## IDEFICS2Llama 🐶")
65
- gr.Markdown("Play with [IDEFICS2Llama](https://huggingface.co/HuggingFaceM4/idefics2-8b) in this demo. To get started, upload an image and text or try one of the examples.")
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")