rushic24 commited on
Commit
367c379
1 Parent(s): bda1f55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ gr.Interface(
33
  inputs=[
34
  gr.inputs.Textbox(
35
  label="Input",
36
- default="你好吗?我很好。",
37
  ),
38
  ],
39
  outputs=gr.outputs.Audio(label="Output"),
 
33
  inputs=[
34
  gr.inputs.Textbox(
35
  label="Input",
36
+ default=examples[0],
37
  ),
38
  ],
39
  outputs=gr.outputs.Audio(label="Output"),