OpenSound commited on
Commit
c352aea
·
verified ·
1 Parent(s): 4fe40f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -120,7 +120,8 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
120
  max_lines=2,
121
  placeholder="Enter your prompt",
122
  container=False,
123
- value="a dog barking in the distance"
 
124
  )
125
  length_input = gr.Slider(minimum=1, maximum=10, step=1, value=10, label="Audio Length (in seconds)")
126
 
 
120
  max_lines=2,
121
  placeholder="Enter your prompt",
122
  container=False,
123
+ value="a dog barking in the distance",
124
+ label="Text Prompt"
125
  )
126
  length_input = gr.Slider(minimum=1, maximum=10, step=1, value=10, label="Audio Length (in seconds)")
127