m4jbz commited on
Commit
1089722
1 Parent(s): 7fd316f
Files changed (1) hide show
  1. app.py +0 -26
app.py CHANGED
@@ -156,15 +156,6 @@ with demo:
156
  placeholder="Por favor ingresa tu texto aquí",
157
  )
158
 
159
- input_sid = gr.Textbox(
160
- label="Speaker ID",
161
- info="Speaker ID",
162
- lines=1,
163
- max_lines=1,
164
- value="0",
165
- placeholder="Speaker ID. Valid only for mult-speaker model",
166
- )
167
-
168
  input_speed = gr.Slider(
169
  minimum=0.1,
170
  maximum=10,
@@ -179,29 +170,12 @@ with demo:
179
 
180
  output_info = gr.HTML(label="Info")
181
 
182
- gr.Examples(
183
- examples=examples,
184
- fn=process,
185
- inputs=[
186
- language_radio,
187
- model_dropdown,
188
- input_text,
189
- input_sid,
190
- input_speed,
191
- ],
192
- outputs=[
193
- output_audio,
194
- output_info,
195
- ],
196
- )
197
-
198
  input_button.click(
199
  process,
200
  inputs=[
201
  language_radio,
202
  model_dropdown,
203
  input_text,
204
- input_sid,
205
  input_speed,
206
  ],
207
  outputs=[
 
156
  placeholder="Por favor ingresa tu texto aquí",
157
  )
158
 
 
 
 
 
 
 
 
 
 
159
  input_speed = gr.Slider(
160
  minimum=0.1,
161
  maximum=10,
 
170
 
171
  output_info = gr.HTML(label="Info")
172
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
173
  input_button.click(
174
  process,
175
  inputs=[
176
  language_radio,
177
  model_dropdown,
178
  input_text,
 
179
  input_speed,
180
  ],
181
  outputs=[