zyingt commited on
Commit
2afaead
1 Parent(s): b37a421

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -61,13 +61,12 @@ demo_inputs = [
61
  gr.Textbox(
62
  label="Input text",
63
  type="text",
64
- lines=1,
65
- max_lines=20
66
  ),
67
  gr.Radio(
68
  choices=list(SUPPORTED_SPEAKERS.keys()),
69
  label="Target Speaker",
70
- value="92"
71
  )
72
  ]
73
 
 
61
  gr.Textbox(
62
  label="Input text",
63
  type="text",
64
+ value="Hello, audio explorer! Welcome on a journey through diverse soundscapes with Amphion."
 
65
  ),
66
  gr.Radio(
67
  choices=list(SUPPORTED_SPEAKERS.keys()),
68
  label="Target Speaker",
69
+ value="Cori Samuel"
70
  )
71
  ]
72