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