smartdigitalnetworks commited on
Commit
8bd4eec
·
verified ·
1 Parent(s): 72869fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -712,15 +712,15 @@ with gr.Blocks(css="footer {display:none !important}") as demo:
712
  ],
713
  [
714
  ["./examples/slowme.mp4"],
715
- "Create a slow-motion version of the video by reducing the speed to 0.5x.",
716
- 0.95,
717
  0.1,
718
  list(MODELS.keys())[0],
719
  ],
720
  [
721
  ["./examples/moonie.mov"],
722
- "Create a fast-motion version of the video by increasing the speed to 1.5x.",
723
- 0.95,
724
  0.1,
725
  list(MODELS.keys())[0],
726
  ],
 
712
  ],
713
  [
714
  ["./examples/slowme.mp4"],
715
+ "Reduce the speed to 0.5x.",
716
+ 0.7,
717
  0.1,
718
  list(MODELS.keys())[0],
719
  ],
720
  [
721
  ["./examples/moonie.mov"],
722
+ "Increasing the speed to 2x.",
723
+ 0.7,
724
  0.1,
725
  list(MODELS.keys())[0],
726
  ],