Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def generate_audio(text, temperature, top_P, top_K, audio_seed_input, text_seed_
|
|
59 |
|
60 |
|
61 |
with gr.Blocks() as demo:
|
62 |
-
gr.Markdown("# Deployed by [ChatTTS.com](https://
|
63 |
|
64 |
default_text = "四川美食确实以辣闻名,但也有不辣的选择。比如甜水面、赖汤圆、蛋烘糕、叶儿粑等,这些小吃口味温和,甜而不腻,也很受欢迎。"
|
65 |
text_input = gr.Textbox(label="Input Text", lines=4, placeholder="Please Input Text...", value=default_text)
|
|
|
59 |
|
60 |
|
61 |
with gr.Blocks() as demo:
|
62 |
+
gr.Markdown("# Deployed by [ChatTTS.com](https://luvvoice.com)")
|
63 |
|
64 |
default_text = "四川美食确实以辣闻名,但也有不辣的选择。比如甜水面、赖汤圆、蛋烘糕、叶儿粑等,这些小吃口味温和,甜而不腻,也很受欢迎。"
|
65 |
text_input = gr.Textbox(label="Input Text", lines=4, placeholder="Please Input Text...", value=default_text)
|