DLI-SLQ commited on
Commit
f0c2fd5
·
verified ·
1 Parent(s): a41f904

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -48,14 +48,12 @@ def synthesize_speech(text):
48
  # Gradio Interface
49
  with gr.Blocks(theme=gr.themes.Base(),css="footer {visibility: hidden}") as blocks:
50
  gr.Markdown("# Text to Speech Synthesizer")
51
- gr.Markdown("Enter text to synthesize it into speech using models from the State Library of Queensland's collection.")
52
  input_text = gr.Textbox(label="Input Text")
53
  submit_button = gr.Button("Synthesize")
54
  output_audio = gr.Audio(label="Synthesized Speech", type="numpy", show_download_button=False)
55
  output_text = gr.Textbox(label="Output Text", visible=False)
56
- gr.Markdown("This model uses data from the follong collections: Suzanne Mulligan Oral Histories Archive, the Peter Gray audio tapes, Five Years On : Toowoomba and Lockyer Valley flash floods: oral history interviews and Our Rocklea: connecting with the heart through story and creativity 2012. ")
57
 
58
-
59
 
60
 
61
  def process_and_output(text):
 
48
  # Gradio Interface
49
  with gr.Blocks(theme=gr.themes.Base(),css="footer {visibility: hidden}") as blocks:
50
  gr.Markdown("# Text to Speech Synthesizer")
51
+ gr.Markdown("Enter text to synthesize it into speech using models from the State Library of Queensland's collection. This model uses data from the follong collections: Suzanne Mulligan Oral Histories Archive, the Peter Gray audio tapes, Five Years On : Toowoomba and Lockyer Valley flash floods: oral history interviews and Our Rocklea: connecting with the heart through story and creativity 2012.")
52
  input_text = gr.Textbox(label="Input Text")
53
  submit_button = gr.Button("Synthesize")
54
  output_audio = gr.Audio(label="Synthesized Speech", type="numpy", show_download_button=False)
55
  output_text = gr.Textbox(label="Output Text", visible=False)
 
56
 
 
57
 
58
 
59
  def process_and_output(text):