Spaces:
Running
Running
ryanrwatkins
commited on
Commit
•
1f8f65a
1
Parent(s):
5809b70
Update app.py
Browse files
app.py
CHANGED
@@ -694,8 +694,8 @@ 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)
|
701 |
demo.launch(height='800px')
|
|
|
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_count=10)
|
698 |
|
699 |
|
700 |
+
#demo.queue(concurrency_count=10)
|
701 |
demo.launch(height='800px')
|