Jekyll2000 commited on
Commit
78c088f
1 Parent(s): 9e74171

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -15
app.py CHANGED
@@ -173,21 +173,21 @@ with demo:
173
 
174
  output_info = gr.HTML(label="Info")
175
 
176
- gr.Examples(
177
- examples=examples,
178
- fn=process,
179
- inputs=[
180
- language_radio,
181
- model_dropdown,
182
- input_text,
183
- input_sid,
184
- input_speed,
185
- ],
186
- outputs=[
187
- output_audio,
188
- output_info,
189
- ],
190
- )
191
 
192
  input_button.click(
193
  process,
 
173
 
174
  output_info = gr.HTML(label="Info")
175
 
176
+ # gr.Examples(
177
+ # examples=examples,
178
+ # fn=process,
179
+ # inputs=[
180
+ # language_radio,
181
+ # model_dropdown,
182
+ # input_text,
183
+ # input_sid,
184
+ # input_speed,
185
+ # ],
186
+ # outputs=[
187
+ # output_audio,
188
+ # output_info,
189
+ # ],
190
+ # )
191
 
192
  input_button.click(
193
  process,