stevengrove commited on
Commit
d35ce46
·
verified ·
1 Parent(s): efa07c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -99,7 +99,8 @@ def build_gradio():
99
  with gr.Accordion("🖼️ Prompt Examples: With reference image"):
100
  gr.Examples(
101
  examples=[
102
- ["An image of the animal growing up", "assets/tapdole.jpeg", 42, False, True, False, True, 1024, 1024, "assets/example_outputs/case_5.png"]
 
103
  ],
104
  inputs=[g_prompt, g_image, g_seed, g_rand, g_use_cot, g_cascade_thinking, g_do_sample, g_height, g_width, g_out_img],
105
  )
 
99
  with gr.Accordion("🖼️ Prompt Examples: With reference image"):
100
  gr.Examples(
101
  examples=[
102
+ ["An image of the animal growing up", "assets/tapdole.jpeg", 42, False, True, False, True, 1024, 1024, "assets/example_outputs/case_5.png"],
103
+ ["Show a girl holding this plant during springtime.", "assets/leaf.webp", 42, False, True, True, True, 1024, 1024, "assets/example_outputs/case_6.png"]
104
  ],
105
  inputs=[g_prompt, g_image, g_seed, g_rand, g_use_cot, g_cascade_thinking, g_do_sample, g_height, g_width, g_out_img],
106
  )