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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -53,6 +53,8 @@ with gr.Blocks(theme=gr.themes.Base(),css="footer {visibility: hidden}") as bloc
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
 
 
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