Spaces:
Running
Running
Update app2.py
Browse files
app2.py
CHANGED
@@ -652,7 +652,7 @@ with gr.Blocks(title="AI Video Editor - Edit with Natural Language", theme=gr.th
|
|
652 |
example_list = [
|
653 |
[
|
654 |
["./examples/video1.mp4"], # Make sure this path exists
|
655 |
-
"Add text 'Watermark' to the top right corner, white font, size
|
656 |
0.7, 0.2, list(MODELS.keys())[0] if MODELS else None,
|
657 |
],
|
658 |
[
|
|
|
652 |
example_list = [
|
653 |
[
|
654 |
["./examples/video1.mp4"], # Make sure this path exists
|
655 |
+
"Add text 'Watermark' to the top right corner, white font, size 40, slightly transparent.",
|
656 |
0.7, 0.2, list(MODELS.keys())[0] if MODELS else None,
|
657 |
],
|
658 |
[
|