Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def check_and_generate(text, temperature, top_P, top_K, audio_seed_input, text_s
|
|
65 |
|
66 |
def main():
|
67 |
with gr.Blocks() as demo:
|
68 |
-
gr.Markdown("# Deployed by [chattts.dev](https://chattts.dev
|
69 |
|
70 |
default_text = "四川美食确实以辣闻名,但也有不辣的选择。比如甜水面、赖汤圆、蛋烘糕、叶儿粑等,这些小吃口味温和,甜而不腻,也很受欢迎。"
|
71 |
text_input = gr.Textbox(label="Input Text", lines=4, placeholder="Please Input Text...", value=default_text)
|
|
|
65 |
|
66 |
def main():
|
67 |
with gr.Blocks() as demo:
|
68 |
+
gr.Markdown("# Deployed by [chattts.dev](https://chattts.dev?refer=hf)")
|
69 |
|
70 |
default_text = "四川美食确实以辣闻名,但也有不辣的选择。比如甜水面、赖汤圆、蛋烘糕、叶儿粑等,这些小吃口味温和,甜而不腻,也很受欢迎。"
|
71 |
text_input = gr.Textbox(label="Input Text", lines=4, placeholder="Please Input Text...", value=default_text)
|