merve HF staff commited on
Commit
c297846
·
verified ·
1 Parent(s): b1bf76a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def respond(multimodal_input):
29
  gr.Interface(
30
  respond,
31
  title="Compare IDEFICS2-8B Against DPO",
32
- description="",
33
  inputs=[gr.MultimodalTextbox(file_types=["image"], show_label=False)],
34
  outputs=[gr.Textbox(label="idefics2-8b"), gr.Textbox(label="idefics2-8b-dpoed")],
35
  examples=[{"text": "What is the type of flower in the image and what insect is on it?", "files": ["./bee.jpg"]},
 
29
  gr.Interface(
30
  respond,
31
  title="Compare IDEFICS2-8B Against DPO",
32
+ description="Compare IDEFICS2-8B against DPO fine-tuned IDEFICS2-8B in this demo. Learn more about vision language model DPO in this [blog](https://huggingface.co/blog/dpo_vlm).",
33
  inputs=[gr.MultimodalTextbox(file_types=["image"], show_label=False)],
34
  outputs=[gr.Textbox(label="idefics2-8b"), gr.Textbox(label="idefics2-8b-dpoed")],
35
  examples=[{"text": "What is the type of flower in the image and what insect is on it?", "files": ["./bee.jpg"]},