Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def load_set(set_file):
|
|
37 |
gr.update(value=set_json['pause']))
|
38 |
def exp(exp_file):
|
39 |
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."""
|
40 |
-
exp_file=f"./example/en_US-ljspeech-
|
41 |
return(gr.update(value=txt),gr.update(value=exp_file))
|
42 |
|
43 |
with gr.Blocks() as b:
|
|
|
37 |
gr.update(value=set_json['pause']))
|
38 |
def exp(exp_file):
|
39 |
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."""
|
40 |
+
exp_file=f"./example/en_US-ljspeech-high__1_2__1__1_3__2.json"
|
41 |
return(gr.update(value=txt),gr.update(value=exp_file))
|
42 |
|
43 |
with gr.Blocks() as b:
|