prajjwalkapoor commited on
Commit
50dd385
1 Parent(s): 6dfec6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,9 +59,9 @@ 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://chattts.com)")
63
 
64
- default_text = "四川美食确实以辣闻名,但也有不辣的选择。比如甜水面、赖汤圆、蛋烘糕、叶儿粑等,这些小吃口味温和,甜而不腻,也很受欢迎。"
65
  text_input = gr.Textbox(label="Input Text", lines=4, placeholder="Please Input Text...", value=default_text)
66
 
67
  with gr.Row():
 
59
 
60
 
61
  with gr.Blocks() as demo:
62
+ gr.Markdown("TTS demo")
63
 
64
+ default_text = "Hello this is a demo"
65
  text_input = gr.Textbox(label="Input Text", lines=4, placeholder="Please Input Text...", value=default_text)
66
 
67
  with gr.Row():