Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -241,7 +241,6 @@ with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
|
|
| 241 |
examples=[
|
| 242 |
["yoga.jpg", "A ballerina on the stage", "Pose"],
|
| 243 |
["mug.jpg", "A mug on the desert", "Depth"],
|
| 244 |
-
["dog.jpg", "A cat on the park", "Soft Edge"]
|
| 245 |
],
|
| 246 |
inputs=[input_image, prompt, conditioning],
|
| 247 |
outputs=[generated_image_output, control_image_output, seed],
|
|
|
|
| 241 |
examples=[
|
| 242 |
["yoga.jpg", "A ballerina on the stage", "Pose"],
|
| 243 |
["mug.jpg", "A mug on the desert", "Depth"],
|
|
|
|
| 244 |
],
|
| 245 |
inputs=[input_image, prompt, conditioning],
|
| 246 |
outputs=[generated_image_output, control_image_output, seed],
|