ysharma HF Staff commited on
Commit
b6ce28c
·
1 Parent(s): e6eac55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -9
app.py CHANGED
@@ -51,15 +51,8 @@ with gr.Blocks() as demo:
51
  image_submit.click(fn=image_to_video, inputs=[image_in, text_in], outputs=[video_out_1])
52
 
53
  gr.Examples(examples=[
54
- #['./examples/sample10.png', 'A dog in a suit and tie faces the camera'],
55
- ['./examples/sample9.jpg', 'Chinese ink painting, two boats and two coconut trees by the sea'],
56
- ['./examples/sample8.jpg', 'A green frog floats on the surface of the water on green lotus leaves, with several pink lotus flowers, in a Chinese painting style.'],
57
- ['./examples/sample7.png', 'A red woodcut bird'],
58
- ['./examples/sample6.png', 'Papers were floating in the air on a table in the library'],
59
- ['./examples/sample5.png', 'a painting of a city street with a giant monster'],
60
- ['./examples/sample4.png', 'a girl standing in a field of wheat under a storm cloud'],
61
- ['./examples/sample2.png', 'A girl with yellow hair and black clothes stood in front of the camera'],
62
- ['./examples/sample1.png', 'A blonde girl in jeans'],
63
  ],
64
  inputs=[image_in, text_in],
65
  outputs=[video_out_1],
 
51
  image_submit.click(fn=image_to_video, inputs=[image_in, text_in], outputs=[video_out_1])
52
 
53
  gr.Examples(examples=[
54
+ ['example_images/sample2.png', 'A girl with yellow hair and black clothes stood in front of the camera'],
55
+ ['example_images/sample1.png', 'A blonde girl in jeans'],
 
 
 
 
 
 
 
56
  ],
57
  inputs=[image_in, text_in],
58
  outputs=[video_out_1],