smartdigitalnetworks commited on
Commit
2a71625
·
verified ·
1 Parent(s): bceae24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -691,8 +691,8 @@ with gr.Blocks(css="footer {display:none !important}") as demo:
691
  examples=[
692
  [
693
  ["./examples/five.mp4"],
694
- "Add a text watermark 'Agent 5' to the upper right corner of the video with white text and semi-transparent background.",
695
- 0.95,
696
  0.1,
697
  list(MODELS.keys())[0],
698
  ],
 
691
  examples=[
692
  [
693
  ["./examples/five.mp4"],
694
+ "Add a text watermark 'Agent 5 Sample Video' to the upper right corner of the video with white text and semi-transparent background.",
695
+ 0.7,
696
  0.1,
697
  list(MODELS.keys())[0],
698
  ],