Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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 |
-
|
|
|
259 |
)
|
260 |
input_text = gr.Textbox(
|
261 |
label="Input Text",
|
|
|
255 |
lines=2,
|
256 |
scale=4,
|
257 |
interactive=False,
|
258 |
+
info="Weights shown below are the normalized values of the sliders"
|
259 |
+
placeholder="This will begin to display immediately once any of the voice checkboxes is selected"
|
260 |
)
|
261 |
input_text = gr.Textbox(
|
262 |
label="Input Text",
|