Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|