hivecorp commited on
Commit
1004f59
Β·
verified Β·
1 Parent(s): 63e7c55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -467,10 +467,7 @@ with gr.Blocks(title="Multilingual TTS") as demo:
467
  gr.HTML(" ")
468
  gr.HTML(f"<h2 style='color:Tomato;'> πŸŽ₯ **Exciting News: 60+ Minutes File Creation is also Free !!** πŸŽ₯ </h3>")
469
 
470
- gr.Markdown("✨ Features:
471
- β€’ Convert text to speech with 60+ audio files.
472
- β€’ Choose from 40+ languages.
473
- β€’ Its Free 😍")
474
  with gr.Row():
475
  with gr.Column():
476
  input_text = gr.Textbox(lines=5, label="Input Text", placeholder="Enter text to convert to speech")
 
467
  gr.HTML(" ")
468
  gr.HTML(f"<h2 style='color:Tomato;'> πŸŽ₯ **Exciting News: 60+ Minutes File Creation is also Free !!** πŸŽ₯ </h3>")
469
 
470
+ gr.Markdown("✨ Features: β€’ Convert text to speech with 60+ audio files.β€’ Choose from 72+ languages β€’ Its Free 😍")
 
 
 
471
  with gr.Row():
472
  with gr.Column():
473
  input_text = gr.Textbox(lines=5, label="Input Text", placeholder="Enter text to convert to speech")