innoai commited on
Commit
e4c367a
·
verified ·
1 Parent(s): a96ed7d

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -657,7 +657,7 @@ with gr.Blocks(title="AI Video Editor - Edit with Natural Language", theme=gr.th
657
  ],
658
  [
659
  ["./examples/video1.mp4"],
660
- "Cut the video to keep only 10 seconds, starting from 00:00:15.",
661
  0.7, 0.2, list(MODELS.keys())[min(1, len(MODELS)-1)] if len(MODELS) > 1 else (list(MODELS.keys())[0] if MODELS else None),
662
  ],
663
  [
 
657
  ],
658
  [
659
  ["./examples/video1.mp4"],
660
+ "Cut the video to keep only 3 seconds, starting from 00:00:02.",
661
  0.7, 0.2, list(MODELS.keys())[min(1, len(MODELS)-1)] if len(MODELS) > 1 else (list(MODELS.keys())[0] if MODELS else None),
662
  ],
663
  [