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