Update app.py
Browse files
app.py
CHANGED
|
@@ -712,15 +712,15 @@ with gr.Blocks(css="footer {display:none !important}") as demo:
|
|
| 712 |
],
|
| 713 |
[
|
| 714 |
["./examples/slowme.mp4"],
|
| 715 |
-
"
|
| 716 |
-
0.
|
| 717 |
0.1,
|
| 718 |
list(MODELS.keys())[0],
|
| 719 |
],
|
| 720 |
[
|
| 721 |
["./examples/moonie.mov"],
|
| 722 |
-
"
|
| 723 |
-
0.
|
| 724 |
0.1,
|
| 725 |
list(MODELS.keys())[0],
|
| 726 |
],
|
|
|
|
| 712 |
],
|
| 713 |
[
|
| 714 |
["./examples/slowme.mp4"],
|
| 715 |
+
"Reduce the speed to 0.5x.",
|
| 716 |
+
0.7,
|
| 717 |
0.1,
|
| 718 |
list(MODELS.keys())[0],
|
| 719 |
],
|
| 720 |
[
|
| 721 |
["./examples/moonie.mov"],
|
| 722 |
+
"Increasing the speed to 2x.",
|
| 723 |
+
0.7,
|
| 724 |
0.1,
|
| 725 |
list(MODELS.keys())[0],
|
| 726 |
],
|