ysharma HF staff commited on
Commit
a8b6d55
·
verified ·
1 Parent(s): e71a91a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -255,7 +255,8 @@ with gr.Blocks(css=custom_css, theme="ocean") as demo:
255
  lines=2,
256
  scale=4,
257
  interactive=False,
258
- placeholder="This will begin to display immediately once any of the voice checkboxes is selected selected"
 
259
  )
260
  input_text = gr.Textbox(
261
  label="Input Text",
 
255
  lines=2,
256
  scale=4,
257
  interactive=False,
258
+ placeholder="This will begin to display immediately once any of the voice checkboxes is selected selected",
259
+ info="Slider values are normalized to create this voice formula. Use the Sliders to intuitively increase or decrease a voice effect."
260
  )
261
  input_text = gr.Textbox(
262
  label="Input Text",