Update app.py
Browse filesspelling error
app.py
CHANGED
@@ -48,7 +48,7 @@ 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. This model uses data from the
|
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)
|
|
|
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 following 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)
|