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

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -656,7 +656,7 @@ with gr.Blocks(title="AI Video Editor - Edit with Natural Language", theme=gr.th
656
  0.7, 0.2, list(MODELS.keys())[0] if MODELS else None,
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
  ],
 
656
  0.7, 0.2, list(MODELS.keys())[0] if MODELS else None,
657
  ],
658
  [
659
+ ["./examples/video2.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
  ],