Spaces:
Running
Running
Davit
commited on
Commit
·
64e8f44
1
Parent(s):
8c0a7c4
Fix title
Browse files
app.py
CHANGED
@@ -35,7 +35,6 @@ def synthesize_speech(text):
|
|
35 |
# Using Gradio Blocks
|
36 |
with gr.Blocks(theme=gr.themes.Base()) as blocks:
|
37 |
gr.Markdown("# Text to Speech Synthesizer - Armenian")
|
38 |
-
gr.Markdown("Enter text to synthesize it into speech using Piper+Hazm")
|
39 |
input_text = gr.Textbox(label="Input text", lines=4)
|
40 |
output_audio = gr.Audio(label="Synthesized Speech", type="numpy")
|
41 |
output_text = gr.Textbox(label="Output Text", visible=False) # This is the new text output component
|
|
|
35 |
# Using Gradio Blocks
|
36 |
with gr.Blocks(theme=gr.themes.Base()) as blocks:
|
37 |
gr.Markdown("# Text to Speech Synthesizer - Armenian")
|
|
|
38 |
input_text = gr.Textbox(label="Input text", lines=4)
|
39 |
output_audio = gr.Audio(label="Synthesized Speech", type="numpy")
|
40 |
output_text = gr.Textbox(label="Output Text", visible=False) # This is the new text output component
|