Merge pull request #23 from orionaskatu/orionaskatu-queue-concurrency
Queue concurrency 1 to prevent CUDA OOM
This commit is contained in:
commit
1f2c08d82c
1 changed files with 1 additions and 0 deletions
1
webui.py
1
webui.py
|
@ -1340,4 +1340,5 @@ demo = gr.TabbedInterface(
|
|||
"""
|
||||
)
|
||||
|
||||
demo.queue(concurrency_count=1)
|
||||
demo.launch()
|
||||
|
|
Loading…
Reference in a new issue