Spaces:
Build error
Build error
added 1 example
Browse files- app_dialogue.py +1 -0
app_dialogue.py
CHANGED
|
@@ -795,6 +795,7 @@ with gr.Blocks(title="IDEFICS", theme=gr.themes.Base()) as demo:
|
|
| 795 |
examples=[
|
| 796 |
["What are the armed baguettes guarding?", f"{examples_path}/example_images/baguettes_guarding_paris.png"],
|
| 797 |
["Can you describe the image?", f"{examples_path}/example_images/bear_costume.png"],
|
|
|
|
| 798 |
[
|
| 799 |
"What is this object and do you think it is horrifying?",
|
| 800 |
f"{examples_path}/example_images/can_horror.png",
|
|
|
|
| 795 |
examples=[
|
| 796 |
["What are the armed baguettes guarding?", f"{examples_path}/example_images/baguettes_guarding_paris.png"],
|
| 797 |
["Can you describe the image?", f"{examples_path}/example_images/bear_costume.png"],
|
| 798 |
+
["What is this animal? Can you tell me a funny story based on this image?", f"{examples_path}/example_images/blue_dog.png"],
|
| 799 |
[
|
| 800 |
"What is this object and do you think it is horrifying?",
|
| 801 |
f"{examples_path}/example_images/can_horror.png",
|