Update app.py
Browse files
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-
|
| 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:
|