Update app.py
Browse files
app.py
CHANGED
@@ -130,8 +130,7 @@ iface = gr.Interface(
|
|
130 |
gr.Textbox(label="Enter Turkish text to convert to speech")
|
131 |
],
|
132 |
outputs=[
|
133 |
-
gr.Audio(label="Generated Speech")
|
134 |
-
gr.Textbox(label="Normalized Text")
|
135 |
],
|
136 |
title="Turkish SpeechT5 Text-to-Speech Demo with Optional Custom Voice",
|
137 |
description="Enter Turkish text, optionally upload a short audio sample of the target speaker, and listen to the generated speech using the fine-tuned SpeechT5 model."
|
|
|
130 |
gr.Textbox(label="Enter Turkish text to convert to speech")
|
131 |
],
|
132 |
outputs=[
|
133 |
+
gr.Audio(label="Generated Speech")
|
|
|
134 |
],
|
135 |
title="Turkish SpeechT5 Text-to-Speech Demo with Optional Custom Voice",
|
136 |
description="Enter Turkish text, optionally upload a short audio sample of the target speaker, and listen to the generated speech using the fine-tuned SpeechT5 model."
|