ysharma HF staff commited on
Commit
47782a8
1 Parent(s): 33739c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
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.', True, 'example_image/A.png', 'A village in a papercut art style.'],
108
- ['A poster in a papercut art style.', True, 'example_image/camel.jpg', 'A village in a papercut art style.'],
109
- ['A poster in a papercut art style.', False, 'example_image/train.jpg', 'A village in a papercut art style.'],
110
- ['A poster in a papercut art style.', False, 'example_image/sun.png', 'A village in a papercut art style.'],
111
- ['A poster in a papercut art style.', True, 'example_image/whale.png', 'A village in a papercut art style.'],
 
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],