Davit commited on
Commit
8c0a7c4
·
1 Parent(s): 85c9be3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def synthesize_speech(text):
34
 
35
  # Using Gradio Blocks
36
  with gr.Blocks(theme=gr.themes.Base()) as blocks:
37
- gr.Markdown("# Persian Text to Speech Synthesizer")
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")
 
34
 
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")