Update app.py
Browse files
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.
|
| 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 |
],
|