Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -212,10 +212,9 @@ with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
|
|
212 |
|
213 |
gr.Examples(
|
214 |
examples=[
|
215 |
-
["
|
216 |
-
["
|
217 |
-
["
|
218 |
-
["assets/canny_example.png", "Aesthetics art, traditional asian pagoda, elaborate golden accents, sky blue and white color palette.", "Canny"],
|
219 |
],
|
220 |
inputs=[input_image, prompt, conditioning],
|
221 |
outputs=[generated_image_output, control_image_output, used_seed],
|
|
|
212 |
|
213 |
gr.Examples(
|
214 |
examples=[
|
215 |
+
["yoga.jpg", "A ballerina on the stage", "Pose"],
|
216 |
+
["mug.jpg", "A mug on the desert", "Depth"],
|
217 |
+
["dog.jpg", "A cat on the park", "Soft Edge"]
|
|
|
218 |
],
|
219 |
inputs=[input_image, prompt, conditioning],
|
220 |
outputs=[generated_image_output, control_image_output, used_seed],
|