Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,11 +104,12 @@ with gr.Blocks() as demo:
|
|
| 104 |
|
| 105 |
gr.Examples(
|
| 106 |
examples=[
|
| 107 |
-
['A poster in a papercut art style.',
|
| 108 |
-
['A poster in a papercut art style.', True, 'example_image/camel.jpg', 'A
|
| 109 |
-
['A
|
| 110 |
-
['A
|
| 111 |
-
['A
|
|
|
|
| 112 |
],
|
| 113 |
inputs=[ref_style_prompt, depth_map, ref_image, img_generation_prompt],
|
| 114 |
outputs=[gallery, ref_style_image],
|
|
|
|
| 104 |
|
| 105 |
gr.Examples(
|
| 106 |
examples=[
|
| 107 |
+
['A poster in a papercut art style.', False, 'example_image/A.png', 'Letter A in a papercut art style.'],
|
| 108 |
+
['A poster in a papercut art style.', True, 'example_image/camel.jpg', 'A camel in a papercut art style.'],
|
| 109 |
+
['A couple sitting a wooden bench, in clay animation, claymation style.', False, 'example_image/train.jpg', 'A train in clay animation, claymation style.'],
|
| 110 |
+
['A couple sitting a wooden bench, in clay animation, claymation style.', True, 'example_image/sun.png', 'Sun in clay animation, claymation style.'],
|
| 111 |
+
['A bull in a low-poly, colorful origami style.', True, 'example_image/whale.png', 'A whale in a low-poly, colorful origami style.'],
|
| 112 |
+
['A house in a painterly, digital illustration style.', True, 'example_image/camel.jpg', 'A camel in a painterly, digital illustration style.'],
|
| 113 |
],
|
| 114 |
inputs=[ref_style_prompt, depth_map, ref_image, img_generation_prompt],
|
| 115 |
outputs=[gallery, ref_style_image],
|