Vishwas1 commited on
Commit
ba467d4
·
verified ·
1 Parent(s): 1c01e22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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=6,
695
- autogrow=True
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=12,
722
- autogrow=True
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():