Remsky commited on
Commit
1d04b32
·
1 Parent(s): 2787eb4

Increase max lines for text input and update header content for clarity

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. lib/ui_content.py +1 -1
app.py CHANGED
@@ -254,6 +254,7 @@ with gr.Blocks(title="Kokoro TTS Demo", css="""
254
  placeholder="Enter text here, select a chapter, or upload a .txt file",
255
  value=initial_text,
256
  lines=8,
 
257
  show_label=False,
258
  show_copy_button=True # Add copy button for convenience
259
  )
 
254
  placeholder="Enter text here, select a chapter, or upload a .txt file",
255
  value=initial_text,
256
  lines=8,
257
+ max_lines=16,
258
  show_label=False,
259
  show_copy_button=True # Add copy button for convenience
260
  )
lib/ui_content.py CHANGED
@@ -1,7 +1,7 @@
1
  # HTML content for the header section
2
 
3
  header_title = """
4
- Generates about 1 hour of audio per minute, with unexpected quality
5
  """.strip()
6
 
7
  time_button = """
 
1
  # HTML content for the header section
2
 
3
  header_title = """
4
+ Generate about an hour of audio per minute on the Kokoro-82M TTS model, with unexpected quality
5
  """.strip()
6
 
7
  time_button = """