Queue concurrency 1 to prevent CUDA OOM
@ -1340,4 +1340,5 @@ demo = gr.TabbedInterface(
"""
)
demo.queue(concurrency_count=1)
demo.launch()