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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ demo_inputs = [
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()),
 
61
  gr.Textbox(
62
  label="Input text",
63
  type="text",
64
+ placeholder="Type something here.."
65
  ),
66
  gr.Radio(
67
  choices=list(SUPPORTED_SPEAKERS.keys()),