Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -105,10 +105,11 @@ with gr.Blocks() as demo:
|
|
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 couple sitting a wooden bench, in clay animation, claymation style.', True, 'example_image/train.jpg', 'A train in clay animation, claymation style.'],
|
109 |
['A couple sitting a wooden bench, in clay animation, claymation style.', True, 'example_image/sun.png', 'Sun in clay animation, claymation style.'],
|
110 |
['A bull in a low-poly, colorful origami style.', True, 'example_image/whale.png', 'A whale in a low-poly, colorful origami style.'],
|
111 |
['A house in a painterly, digital illustration style.', True, 'example_image/camel.jpg', 'A camel in a painterly, digital illustration style.'],
|
|
|
112 |
],
|
113 |
inputs=[ref_style_prompt, depth_map, ref_image, img_generation_prompt],
|
114 |
outputs=[gallery, ref_style_image],
|
|
|
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 couple sitting a wooden bench, in colorful clay animation, claymation style.', True, 'example_image/train.jpg', 'A train in colorful clay animation, claymation style.'],
|
109 |
['A couple sitting a wooden bench, in clay animation, claymation style.', True, 'example_image/sun.png', 'Sun in clay animation, claymation style.'],
|
110 |
['A bull in a low-poly, colorful origami style.', True, 'example_image/whale.png', 'A whale in a low-poly, colorful origami style.'],
|
111 |
['A house in a painterly, digital illustration style.', True, 'example_image/camel.jpg', 'A camel in a painterly, digital illustration style.'],
|
112 |
+
['An image in ancient egyptian art style, hieroglyphics style.', True, 'example_image/whale.png', 'A whale in ancient egyptian art style, hieroglyphics style.'],
|
113 |
],
|
114 |
inputs=[ref_style_prompt, depth_map, ref_image, img_generation_prompt],
|
115 |
outputs=[gallery, ref_style_image],
|