Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks() as demo:
|
|
107 |
)
|
108 |
gr.Examples(
|
109 |
examples=[
|
110 |
-
["a
|
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"],
|