VictorSanh commited on
Commit
19d498a
1 Parent(s): d2a2136

whatisnewyork

Browse files
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
- "Which famous person does the person in the image look like? Could you craft an engaging narrative"
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
- "Can you describe the image? Do you think it's real?",
809
- f"{examples_path}/example_images/rabbit_force.png",
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