Spaces:
Runtime error
Runtime error
Commit
·
19d498a
1
Parent(s):
d2a2136
whatisnewyork
Browse files- app_dialogue.py +4 -7
- example_images/citibike.webp +0 -0
- example_images/zuck.jpeg +0 -0
app_dialogue.py
CHANGED
|
@@ -798,15 +798,12 @@ with gr.Blocks(title="D", theme=gr.themes.Base()) as demo:
|
|
| 798 |
gr.Examples(
|
| 799 |
examples=[
|
| 800 |
[
|
| 801 |
-
|
| 802 |
-
|
| 803 |
-
" featuring this character from the image as the main protagonist?"
|
| 804 |
-
),
|
| 805 |
-
f"{examples_path}/example_images/obama-harry-potter.jpg",
|
| 806 |
],
|
| 807 |
[
|
| 808 |
-
"
|
| 809 |
-
f"{examples_path}/example_images/
|
| 810 |
],
|
| 811 |
["Explain this meme to me.", f"{examples_path}/example_images/meme_french.jpg"],
|
| 812 |
["Give me a short and easy recipe for this dish.", f"{examples_path}/example_images/recipe_burger.webp"],
|
|
|
|
| 798 |
gr.Examples(
|
| 799 |
examples=[
|
| 800 |
[
|
| 801 |
+
"Write a meme text for that image.",
|
| 802 |
+
f"{examples_path}/example_images/citibike.webp",
|
|
|
|
|
|
|
|
|
|
| 803 |
],
|
| 804 |
[
|
| 805 |
+
"Write something funny about that. A meme for instance.",
|
| 806 |
+
f"{examples_path}/example_images/zuck.jpeg",
|
| 807 |
],
|
| 808 |
["Explain this meme to me.", f"{examples_path}/example_images/meme_french.jpg"],
|
| 809 |
["Give me a short and easy recipe for this dish.", f"{examples_path}/example_images/recipe_burger.webp"],
|
example_images/citibike.webp
ADDED
|
example_images/zuck.jpeg
ADDED
|