Spaces:
Running
Running
Update app2.py
Browse files
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
|
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 |
[
|