umarigan commited on
Commit
14c06f6
·
verified ·
1 Parent(s): c387565

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -30,3 +30,5 @@ inputs = [
30
  outputs = gr.Audio(label="Generated Speech")
31
 
32
  gr.Interface(fn=generate_speech, inputs=inputs, outputs=outputs, title="Turkish Text-to-Speech").launch()
 
 
 
30
  outputs = gr.Audio(label="Generated Speech")
31
 
32
  gr.Interface(fn=generate_speech, inputs=inputs, outputs=outputs, title="Turkish Text-to-Speech").launch()
33
+
34
+ gr.Markdown("This model fine-tuned version of microsoft speech tts model over 20k record of Turkish Audio dataset, model: https://huggingface.co/umarigan/speecht5_tts_tr_v1.0", elem_classes="markdown-text")