quyanh commited on
Commit
6265d22
1 Parent(s): 4bb1137

describe model

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -66,8 +66,8 @@ ui = gr.Interface(
66
  fn=generate_speech,
67
  inputs=text_input,
68
  outputs=output_audio,
69
- title='Text-to-Speech Demo',
70
- description='Generate speech from text using a text-to-speech model.'
71
  )
72
 
73
 
 
66
  fn=generate_speech,
67
  inputs=text_input,
68
  outputs=output_audio,
69
+ title='Text-to-Speech for Japanese Demo',
70
+ description='Generate speech from japanese text using a text-to-speech model.'
71
  )
72
 
73