stanimirovb commited on
Commit
aae23b3
1 Parent(s): b77a365

change title to make demo difference easier to see

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(analytics_enabled=False, title="Play Voice", mode="tts") as iface
108
  return None
109
  return enum[value]
110
 
111
- gr.Markdown("# Play Voice\n")
112
 
113
  with gr.Tab("TTS"):
114
  speak_text = gr.Textbox(lines=2, placeholder="What would you like to say?", label="Text")
 
108
  return None
109
  return enum[value]
110
 
111
+ gr.Markdown("# Play Voice (pretrained)\n")
112
 
113
  with gr.Tab("TTS"):
114
  speak_text = gr.Textbox(lines=2, placeholder="What would you like to say?", label="Text")