Spaces:
fcyai
/
Running on Zero

fcyai commited on
Commit
1fe26b1
1 Parent(s): 0f63408
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,9 +63,9 @@ def check_and_generate(text, temperature, top_P, top_K, audio_seed_input, text_s
63
 
64
  def main():
65
  with gr.Blocks() as demo:
66
- gr.Markdown("# Deployed by [ChatTTS.com](https://chattts.com)")
67
 
68
- default_text = "四川美食确实以辣闻名,但也有不辣的选择。比如甜水面、赖汤圆、蛋烘糕、叶儿粑等,这些小吃口味温和,甜而不腻,也很受欢迎。"
69
  text_input = gr.Textbox(label="Input Text", lines=4, placeholder="Please Input Text...", value=default_text)
70
  text_length_warning = gr.Markdown("")
71
 
 
63
 
64
  def main():
65
  with gr.Blocks() as demo:
66
+ gr.Markdown("# Deployed by [fcy.ai](https://fcy.ai)")
67
 
68
+ default_text = "hi, 四川美食确实以辣闻名,但也有不辣的选择。比如甜水面、赖汤圆、蛋烘糕、叶儿粑等,这些小吃口味温和,甜而不腻,也很受欢迎。"
69
  text_input = gr.Textbox(label="Input Text", lines=4, placeholder="Please Input Text...", value=default_text)
70
  text_length_warning = gr.Markdown("")
71