emirhanbilgic commited on
Commit
c089867
·
verified ·
1 Parent(s): 62196f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -144,8 +144,8 @@ iface = gr.Interface(
144
  outputs=[
145
  gr.Audio(label="Generated Speech")
146
  ],
147
- title="Turkish SpeechT5 Text-to-Speech Demo with Optional Custom Voice",
148
- 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."
149
  )
150
 
151
  iface.launch(share=True)
 
144
  outputs=[
145
  gr.Audio(label="Generated Speech")
146
  ],
147
+ title="Turkish SpeechT5 Text-to-Speech Demo",
148
+ description="Enter Turkish text, and listen to the generated speech."
149
  )
150
 
151
  iface.launch(share=True)