Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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.'],
|