innoai commited on
Commit
d11a879
·
verified ·
1 Parent(s): 8e84ad9

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
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 18, slightly transparent.",
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
  [