Rooni commited on
Commit
259cf35
·
1 Parent(s): a347e97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks(css=css, title="Переводчик") as vui:
59
  with gr.Column(scale=2):
60
  vkl2_text_output = gr.Textbox(show_label=False)
61
 
62
- vkl2_text_button.click(translate_interface, inputs=[text, lang], outputs=vkl2_text_output)
63
 
64
 
65
  #end
 
59
  with gr.Column(scale=2):
60
  vkl2_text_output = gr.Textbox(show_label=False)
61
 
62
+ vkl2_text_button.click(translate_interface, inputs=[text, lang], outputs=vkl2_text_output, concurrency_limit=94)
63
 
64
 
65
  #end