Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -691,8 +691,8 @@ def ui():
|
|
| 691 |
story_text = gr.Textbox(
|
| 692 |
label="Story (Single track narration)",
|
| 693 |
placeholder="Type or paste your story...",
|
| 694 |
-
lines=
|
| 695 |
-
|
| 696 |
)
|
| 697 |
match_video_to_narration = gr.Checkbox(
|
| 698 |
value=True, label="Match video duration to narration length (single-story)"
|
|
@@ -718,8 +718,8 @@ def ui():
|
|
| 718 |
per_image_multiline_blocks = gr.Textbox(
|
| 719 |
label="Per-image TTS (multiline): blocks separated by blank lines; use 'speaker| text' to override",
|
| 720 |
placeholder="p225| First line for image 1\nSecond line for image 1\n\nLine 1 for image 2\nLine 2 for image 2\n...",
|
| 721 |
-
lines=
|
| 722 |
-
|
| 723 |
)
|
| 724 |
|
| 725 |
with gr.Row():
|
|
|
|
| 691 |
story_text = gr.Textbox(
|
| 692 |
label="Story (Single track narration)",
|
| 693 |
placeholder="Type or paste your story...",
|
| 694 |
+
lines=20,
|
| 695 |
+
|
| 696 |
)
|
| 697 |
match_video_to_narration = gr.Checkbox(
|
| 698 |
value=True, label="Match video duration to narration length (single-story)"
|
|
|
|
| 718 |
per_image_multiline_blocks = gr.Textbox(
|
| 719 |
label="Per-image TTS (multiline): blocks separated by blank lines; use 'speaker| text' to override",
|
| 720 |
placeholder="p225| First line for image 1\nSecond line for image 1\n\nLine 1 for image 2\nLine 2 for image 2\n...",
|
| 721 |
+
lines=40,
|
| 722 |
+
|
| 723 |
)
|
| 724 |
|
| 725 |
with gr.Row():
|