Spaces:
Running
on
Zero
Running
on
Zero
Update app_dialogue.py
Browse files- app_dialogue.py +4 -4
app_dialogue.py
CHANGED
@@ -60,19 +60,19 @@ examples_path = os.path.dirname(__file__)
|
|
60 |
EXAMPLES = [
|
61 |
[
|
62 |
{
|
63 |
-
"text": "
|
64 |
"files": [f"{examples_path}/example_images/plant_bulb.webp"],
|
65 |
}
|
66 |
],
|
67 |
[
|
68 |
{
|
69 |
-
"text": "
|
70 |
"files": [f"{examples_path}/example_images/pope_doudoune.webp"],
|
71 |
}
|
72 |
],
|
73 |
[
|
74 |
{
|
75 |
-
"text": "
|
76 |
"files": [
|
77 |
f"{examples_path}/example_images/kittens-cats-pet-cute-preview.jpg"
|
78 |
],
|
@@ -86,7 +86,7 @@ EXAMPLES = [
|
|
86 |
],
|
87 |
[
|
88 |
{
|
89 |
-
"text": "
|
90 |
"files": [f"{examples_path}/example_images/dragons_playing.png"],
|
91 |
}
|
92 |
],
|
|
|
60 |
EXAMPLES = [
|
61 |
[
|
62 |
{
|
63 |
+
"text": "What's in the image?",
|
64 |
"files": [f"{examples_path}/example_images/plant_bulb.webp"],
|
65 |
}
|
66 |
],
|
67 |
[
|
68 |
{
|
69 |
+
"text": "What's funny about this image?",
|
70 |
"files": [f"{examples_path}/example_images/pope_doudoune.webp"],
|
71 |
}
|
72 |
],
|
73 |
[
|
74 |
{
|
75 |
+
"text": "Why is this image cute",
|
76 |
"files": [
|
77 |
f"{examples_path}/example_images/kittens-cats-pet-cute-preview.jpg"
|
78 |
],
|
|
|
86 |
],
|
87 |
[
|
88 |
{
|
89 |
+
"text": "What's unusual about this image?",
|
90 |
"files": [f"{examples_path}/example_images/dragons_playing.png"],
|
91 |
}
|
92 |
],
|