Nyashi commited on
Commit
59361ed
verified
1 Parent(s): afd80aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -184,7 +184,7 @@ if __name__ == '__main__':
184
  )
185
  with gr.Row():
186
  with gr.Column():
187
- vc_input = gr.Audio(label="Audio de entrada"+' (menos de 20 segundos)' if limitation else '',file_count="single")
188
  vc_transpose = gr.Number(label="Transpose", value=0)
189
  vc_f0method = gr.Radio(
190
  label="Pitch extraction algorithm, PM is fast but Harvest is better for low frequencies /Algoritmo de extracci贸n de tono, PM es r谩pido pero Harvest es mejor para frecuencias bajas",
@@ -212,4 +212,4 @@ if __name__ == '__main__':
212
  gr.Markdown('- Added support for direct upload to gradio')
213
  gr.Markdown('- Added Gura')
214
  gr.Markdown('- Minor fix and adjustment')
215
- app.queue(max_size=20, api_open=config.api).launch(share=config.colab,max_threads=1)
 
184
  )
185
  with gr.Row():
186
  with gr.Column():
187
+ vc_input = gr.Audio(label="Audio de entrada"+' (menos de 20 segundos)' if limitation else '')
188
  vc_transpose = gr.Number(label="Transpose", value=0)
189
  vc_f0method = gr.Radio(
190
  label="Pitch extraction algorithm, PM is fast but Harvest is better for low frequencies /Algoritmo de extracci贸n de tono, PM es r谩pido pero Harvest es mejor para frecuencias bajas",
 
212
  gr.Markdown('- Added support for direct upload to gradio')
213
  gr.Markdown('- Added Gura')
214
  gr.Markdown('- Minor fix and adjustment')
215
+ app.queue(max_size=20, api_open=config.api).launch(share=config.colab,max_threads=10)