Spaces:
Runtime error
Runtime error
m4jbz
commited on
Commit
·
fcf826b
1
Parent(s):
548e603
textbox test
Browse files
app.py
CHANGED
@@ -152,15 +152,6 @@ with demo:
|
|
152 |
placeholder="Por favor ingresa tu texto aquí",
|
153 |
)
|
154 |
|
155 |
-
input_sid = gr.Textbox(
|
156 |
-
label="Speaker ID",
|
157 |
-
info="Speaker ID",
|
158 |
-
lines=1,
|
159 |
-
max_lines=1,
|
160 |
-
value="0",
|
161 |
-
placeholder="Speaker ID. Valid only for mult-speaker model",
|
162 |
-
)
|
163 |
-
|
164 |
input_speed = gr.Slider(
|
165 |
minimum=0.1,
|
166 |
maximum=10,
|
|
|
152 |
placeholder="Por favor ingresa tu texto aquí",
|
153 |
)
|
154 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
input_speed = gr.Slider(
|
156 |
minimum=0.1,
|
157 |
maximum=10,
|