Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -80,6 +80,6 @@ with gr.Blocks(css=css) as demo:
|
|
80 |
with gr.Column():
|
81 |
text_output = gr.Markdown(show_label=False, value="Здесь будут идеи для подарков, цены и ссылки на ресурсы.", container=True)
|
82 |
|
83 |
-
text_button.click(generate, inputs=[whomtb, fromtb, pricesl, whattb, doptb], outputs=[text_output])
|
84 |
|
85 |
demo.queue(max_size=250, api_open=False).launch()
|
|
|
80 |
with gr.Column():
|
81 |
text_output = gr.Markdown(show_label=False, value="Здесь будут идеи для подарков, цены и ссылки на ресурсы.", container=True)
|
82 |
|
83 |
+
text_button.click(generate, inputs=[whomtb, fromtb, pricesl, whattb, doptb], outputs=[text_output], concurrency_limit=250)
|
84 |
|
85 |
demo.queue(max_size=250, api_open=False).launch()
|