broadfield commited on
Commit
9d4d38e
·
verified ·
1 Parent(s): 57a0ae0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def load_set(set_file):
34
  gr.update(value=set_json['pause']))
35
  def exp(exp_file):
36
  txt="""PiperTTS is a powerful text-to-speech TTS node designed to convert written text into high-quality spoken audio. This node leverages advanced voice synthesis models to generate natural-sounding speech, making it an invaluable tool for AI developers looking to add a vocal element to their projects."""
37
- exp_file=f"./example/en_US-ljspeech-high_2__21_0__88_0__22_2__6.json"
38
  return(gr.update(value=txt),gr.update(value=exp_file))
39
 
40
  with gr.Blocks() as b:
 
34
  gr.update(value=set_json['pause']))
35
  def exp(exp_file):
36
  txt="""PiperTTS is a powerful text-to-speech TTS node designed to convert written text into high-quality spoken audio. This node leverages advanced voice synthesis models to generate natural-sounding speech, making it an invaluable tool for AI developers looking to add a vocal element to their projects."""
37
+ exp_file=f"./example/en_US-ljspeech-high__8__1__1_3__10.json"
38
  return(gr.update(value=txt),gr.update(value=exp_file))
39
 
40
  with gr.Blocks() as b: