adptbyt commited on
Commit
84475ad
·
verified ·
1 Parent(s): 5c774ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -165,13 +165,5 @@ with gr.Blocks() as demo:
165
  ]
166
  generate_button.click(fn=generate_video, inputs=ui_inputs, outputs=[video_output, seed_input])
167
 
168
- gr.Examples(
169
- examples=[
170
- ["peng.png", "a penguin playfully dancing in the snow, Antarctica", 896, 512],
171
- ["forg.jpg", "the frog jumps around", 448, 832],
172
- ],
173
- inputs=[input_image_component, prompt_input, height_input, width_input], outputs=[video_output, seed_input], fn=generate_video, cache_examples="lazy"
174
- )
175
-
176
  if __name__ == "__main__":
177
  demo.queue().launch()
 
165
  ]
166
  generate_button.click(fn=generate_video, inputs=ui_inputs, outputs=[video_output, seed_input])
167
 
 
 
 
 
 
 
 
 
168
  if __name__ == "__main__":
169
  demo.queue().launch()