Update app.py
Browse files
app.py
CHANGED
|
@@ -689,6 +689,13 @@ with gr.Blocks(css="footer {display:none !important}") as demo:
|
|
| 689 |
with gr.Row():
|
| 690 |
gr.Examples(
|
| 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.",
|
|
@@ -724,13 +731,6 @@ with gr.Blocks(css="footer {display:none !important}") as demo:
|
|
| 724 |
0.1,
|
| 725 |
list(MODELS.keys())[0],
|
| 726 |
],
|
| 727 |
-
[
|
| 728 |
-
["./examples/ai_talk.wav", "./examples/bg-image.png"],
|
| 729 |
-
"Use the image as the background with a full-width waveform visualization for the audio. Make the waveform 250 pixels tall.",
|
| 730 |
-
0.7,
|
| 731 |
-
0.1,
|
| 732 |
-
list(MODELS.keys())[0],
|
| 733 |
-
],
|
| 734 |
],
|
| 735 |
inputs=[user_files, user_prompt, top_p, temperature, model_choice],
|
| 736 |
outputs=[generated_video, generated_command],
|
|
|
|
| 689 |
with gr.Row():
|
| 690 |
gr.Examples(
|
| 691 |
examples=[
|
| 692 |
+
[
|
| 693 |
+
["./examples/ai_talk.wav", "./examples/bg-image.png"],
|
| 694 |
+
"Use the image as the background with a full-width waveform visualization for the audio. Make the waveform 250 pixels tall.",
|
| 695 |
+
0.7,
|
| 696 |
+
0.1,
|
| 697 |
+
list(MODELS.keys())[0],
|
| 698 |
+
],
|
| 699 |
[
|
| 700 |
["./examples/five.mp4"],
|
| 701 |
"Add a text watermark 'Agent 5 Sample Video' to the upper right corner of the video with white text and semi-transparent background.",
|
|
|
|
| 731 |
0.1,
|
| 732 |
list(MODELS.keys())[0],
|
| 733 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 734 |
],
|
| 735 |
inputs=[user_files, user_prompt, top_p, temperature, model_choice],
|
| 736 |
outputs=[generated_video, generated_command],
|