Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -505,22 +505,6 @@ with gr.Blocks(css="style.css") as demo:
|
|
505 |
outputs=output_interpolation
|
506 |
)
|
507 |
|
508 |
-
|
509 |
-
gr.Examples(
|
510 |
-
examples=[
|
511 |
-
["Focus: Eiffel Tower (Animate: Clouds moving)"],
|
512 |
-
["Focus: Trees In forest (Animate: Lion running)"],
|
513 |
-
["Focus: Astronaut in Space"],
|
514 |
-
["Focus: Group of Birds in sky (Animate: Birds Moving) (Shot From distance)"],
|
515 |
-
["Focus: Statue of liberty (Shot from Drone) (Animate: Drone coming toward statue)"],
|
516 |
-
["Focus: Panda in Forest (Animate: Drinking Tea)"],
|
517 |
-
["Focus: Kids Playing (Season: Winter)"],
|
518 |
-
["Focus: Cars in Street (Season: Rain, Daytime) (Shot from Distance) (Movement: Cars running)"]
|
519 |
-
],
|
520 |
-
fn=get_output_video,
|
521 |
-
inputs=[input_start_text, select_base, select_motion, select_step, randomize_seed, seed, width, height],
|
522 |
-
outputs=output_interpolation,
|
523 |
-
cache_examples="lazy",
|
524 |
-
)
|
525 |
|
526 |
demo.queue().launch(debug=True, share=False)
|
|
|
505 |
outputs=output_interpolation
|
506 |
)
|
507 |
|
508 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
509 |
|
510 |
demo.queue().launch(debug=True, share=False)
|