Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -255,7 +255,7 @@ with gr.Blocks(css=custom_css, theme="ocean") as demo:
|
|
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(
|
|
|
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(
|