Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -348,4 +348,4 @@ with gr.Blocks() as demo:
|
|
348 |
tcfg_scale = scfg_scale
|
349 |
run.click(gen_or_pre, [text_input, image_input, scfg_scale, tcfg_scale, img_cfg_scale, preframe_input, diffusion_step], [output_video])
|
350 |
|
351 |
-
demo.
|
|
|
348 |
tcfg_scale = scfg_scale
|
349 |
run.click(gen_or_pre, [text_input, image_input, scfg_scale, tcfg_scale, img_cfg_scale, preframe_input, diffusion_step], [output_video])
|
350 |
|
351 |
+
demo.queue(max_size=12).launch()
|