ysharma HF Staff commited on
Commit
407ad6f
·
1 Parent(s): 47782a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -105,8 +105,7 @@ 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 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.'],
 
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.'],