Spaces:
Running
Running
Update app.py
Browse files
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")
|