Spaces:
Running
Running
Update app.py
Browse files
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
|