ciaochaos commited on
Commit
1e3e225
1 Parent(s): 9f4b472

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks() as demo:
107
  )
108
  gr.Examples(
109
  examples=[
110
- ["a painting of a village in the mountains", "monochrome", "./conditioning_images/conditioning_image_1.jpg"],
111
  ["three people walking in an alleyway with hats and pants", "monochrome", "./conditioning_images/conditioning_image_2.jpg"],
112
  ["an anime character, natural skin", "monochrome", "./conditioning_images/conditioning_image_3.jpg"],
113
  ["white object standing on colorful ground", "monochrome", "./conditioning_images/conditioning_image_4.jpg"],
 
107
  )
108
  gr.Examples(
109
  examples=[
110
+ ["a village in the mountains", "monochrome", "./conditioning_images/conditioning_image_1.jpg"],
111
  ["three people walking in an alleyway with hats and pants", "monochrome", "./conditioning_images/conditioning_image_2.jpg"],
112
  ["an anime character, natural skin", "monochrome", "./conditioning_images/conditioning_image_3.jpg"],
113
  ["white object standing on colorful ground", "monochrome", "./conditioning_images/conditioning_image_4.jpg"],