Spaces:
Runtime error
Runtime error
added new example images
Browse files- app_dialogue.py +19 -2
app_dialogue.py
CHANGED
@@ -795,7 +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 |
-
["What is this animal
|
799 |
[
|
800 |
"What is this object and do you think it is horrifying?",
|
801 |
f"{examples_path}/example_images/can_horror.png",
|
@@ -804,8 +804,18 @@ with gr.Blocks(title="IDEFICS", theme=gr.themes.Base()) as demo:
|
|
804 |
"Can you tell me a very short story based on this image?",
|
805 |
f"{examples_path}/example_images/chicken_on_money.png",
|
806 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
807 |
["Can you describe this image in details please?", f"{examples_path}/example_images/dragons_playing.png"],
|
808 |
-
["
|
809 |
[
|
810 |
"Can you write an advertisement for Coca-Cola based on this image?",
|
811 |
f"{examples_path}/example_images/polar_bear_coke.png",
|
@@ -819,6 +829,13 @@ with gr.Blocks(title="IDEFICS", theme=gr.themes.Base()) as demo:
|
|
819 |
"What I should look most forward to when I visit this place?",
|
820 |
f"{examples_path}/example_images/tree_fortress.jpg",
|
821 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
822 |
[
|
823 |
(
|
824 |
"<fake_token_around_image><image:https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/blog/stable-diffusion-xl-coreml/a_high_quality_photo_of_a_surfing_dog.7667.final_float16_original.jpg><fake_token_around_image>What"
|
|
|
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 and why is it unusual?", 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",
|
|
|
804 |
"Can you tell me a very short story based on this image?",
|
805 |
f"{examples_path}/example_images/chicken_on_money.png",
|
806 |
],
|
807 |
+
["What is this sketch for? How would you make an argument to prove this sketch was made by Picasso himself?", f"{examples_path}/example_images/cat_sketch.png"],
|
808 |
+
["Which celebrity does this claymation figure look like?", f"{examples_path}/example_images/kanye.jpg"],
|
809 |
+
[
|
810 |
+
"Which famous person does the person in the image look like? Could you craft an engaging narrative featuring this character from the image as the main protagonist?",
|
811 |
+
f"{examples_path}/example_images/obama-harry-potter.jpg",
|
812 |
+
],
|
813 |
+
[
|
814 |
+
"Is there a celebrity look-alike in this image? What is happening to the person?",
|
815 |
+
f"{examples_path}/example_images/ryan-reynolds-borg.jpg",
|
816 |
+
],
|
817 |
["Can you describe this image in details please?", f"{examples_path}/example_images/dragons_playing.png"],
|
818 |
+
["What can you tell me about the cap in this image?", f"{examples_path}/example_images/ironman_cap.png"],
|
819 |
[
|
820 |
"Can you write an advertisement for Coca-Cola based on this image?",
|
821 |
f"{examples_path}/example_images/polar_bear_coke.png",
|
|
|
829 |
"What I should look most forward to when I visit this place?",
|
830 |
f"{examples_path}/example_images/tree_fortress.jpg",
|
831 |
],
|
832 |
+
|
833 |
+
["Who is the person in the image and what is he doing?", f"{examples_path}/example_images/tom-cruise-astronaut-pegasus.jpg"],
|
834 |
+
[
|
835 |
+
"What is happening in this image? Which famous personality does this person in center looks like?",
|
836 |
+
f"{examples_path}/example_images/gandhi_selfie.jpg",
|
837 |
+
],
|
838 |
+
|
839 |
[
|
840 |
(
|
841 |
"<fake_token_around_image><image:https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/blog/stable-diffusion-xl-coreml/a_high_quality_photo_of_a_surfing_dog.7667.final_float16_original.jpg><fake_token_around_image>What"
|