Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -694,7 +694,7 @@ with gr.Blocks(css=css) as demo:
|
|
694 |
prompt_template.change(on_prompt_template_change_description, inputs=[prompt_template], outputs=[prompt_template_preview])
|
695 |
|
696 |
|
697 |
-
demo.load(download_prompt_templates, inputs=None, outputs=[prompt_template], queue=False,
|
698 |
|
699 |
|
700 |
#demo.queue(concurrency_count=10)
|
|
|
694 |
prompt_template.change(on_prompt_template_change_description, inputs=[prompt_template], outputs=[prompt_template_preview])
|
695 |
|
696 |
|
697 |
+
demo.load(download_prompt_templates, inputs=None, outputs=[prompt_template], queue=False, concurrency_limit=10)
|
698 |
|
699 |
|
700 |
#demo.queue(concurrency_count=10)
|