Spaces:
Build error
Build error
Commit
·
3d07ea9
1
Parent(s):
2ee5884
update default examples
Browse files- app_dialogue.py +6 -6
app_dialogue.py
CHANGED
|
@@ -785,7 +785,11 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
|
| 785 |
"I want to go somewhere similar to the one in the photo. Give me destinations and travel tips.",
|
| 786 |
f"{examples_path}/example_images/travel_tips.jpg",
|
| 787 |
],
|
| 788 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
|
| 789 |
["Write a complete sales ad for this product.", f"{examples_path}/example_images/product_ad.jpg"],
|
| 790 |
[
|
| 791 |
(
|
|
@@ -799,10 +803,6 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
|
| 799 |
f"{examples_path}/example_images/chicken_on_money.png",
|
| 800 |
],
|
| 801 |
["Write 3 funny meme texts about this image.", f"{examples_path}/example_images/elon_smoking.jpg"],
|
| 802 |
-
[
|
| 803 |
-
"Can you name the characters in the image and give their French names?",
|
| 804 |
-
f"{examples_path}/example_images/gaulois.png",
|
| 805 |
-
],
|
| 806 |
[
|
| 807 |
"Who is in this picture? Why do people find it surprising?",
|
| 808 |
f"{examples_path}/example_images/pope_doudoune.webp",
|
|
@@ -827,7 +827,7 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
|
| 827 |
# "Is there a celebrity look-alike in this image? What is happening to the person?",
|
| 828 |
# f"{examples_path}/example_images/ryan-reynolds-borg.jpg",
|
| 829 |
# ],
|
| 830 |
-
["Can you describe this image in details please?", f"{examples_path}/example_images/dragons_playing.png"],
|
| 831 |
["What can you tell me about the cap in this image?", f"{examples_path}/example_images/ironman_cap.png"],
|
| 832 |
[
|
| 833 |
"Can you write an advertisement for Coca-Cola based on this image?",
|
|
|
|
| 785 |
"I want to go somewhere similar to the one in the photo. Give me destinations and travel tips.",
|
| 786 |
f"{examples_path}/example_images/travel_tips.jpg",
|
| 787 |
],
|
| 788 |
+
[
|
| 789 |
+
"Can you name the characters in the image and give their French names?",
|
| 790 |
+
f"{examples_path}/example_images/gaulois.png",
|
| 791 |
+
],
|
| 792 |
+
# ["Describe this image in detail.", f"{examples_path}/example_images/plant_bulb.webp"],
|
| 793 |
["Write a complete sales ad for this product.", f"{examples_path}/example_images/product_ad.jpg"],
|
| 794 |
[
|
| 795 |
(
|
|
|
|
| 803 |
f"{examples_path}/example_images/chicken_on_money.png",
|
| 804 |
],
|
| 805 |
["Write 3 funny meme texts about this image.", f"{examples_path}/example_images/elon_smoking.jpg"],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 806 |
[
|
| 807 |
"Who is in this picture? Why do people find it surprising?",
|
| 808 |
f"{examples_path}/example_images/pope_doudoune.webp",
|
|
|
|
| 827 |
# "Is there a celebrity look-alike in this image? What is happening to the person?",
|
| 828 |
# f"{examples_path}/example_images/ryan-reynolds-borg.jpg",
|
| 829 |
# ],
|
| 830 |
+
# ["Can you describe this image in details please?", f"{examples_path}/example_images/dragons_playing.png"],
|
| 831 |
["What can you tell me about the cap in this image?", f"{examples_path}/example_images/ironman_cap.png"],
|
| 832 |
[
|
| 833 |
"Can you write an advertisement for Coca-Cola based on this image?",
|