Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -348,7 +348,7 @@ def gen_or_pre(text_input, image_input, scfg_scale, img_cfg_scale, preframe_inpu
|
|
348 |
return video_prediction(text_input, image_input, scfg_scale, tcfg_scale, img_cfg_scale, preframe_input, diffusion)
|
349 |
|
350 |
|
351 |
-
with gr.Blocks() as
|
352 |
with gr.Row():
|
353 |
with gr.Column(visible=True) as input_raws:
|
354 |
with gr.Row():
|
@@ -414,4 +414,4 @@ with gr.Blocks() as demo:
|
|
414 |
|
415 |
run.click(gen_or_pre, [text_input, image_input, scfg_scale, img_cfg_scale, preframe_input, diffusion_step], [output_video])
|
416 |
|
417 |
-
|
|
|
348 |
return video_prediction(text_input, image_input, scfg_scale, tcfg_scale, img_cfg_scale, preframe_input, diffusion)
|
349 |
|
350 |
|
351 |
+
with gr.Blocks(heme='sudeepshouche/minimalist') as magicmultimodalvideodemo:
|
352 |
with gr.Row():
|
353 |
with gr.Column(visible=True) as input_raws:
|
354 |
with gr.Row():
|
|
|
414 |
|
415 |
run.click(gen_or_pre, [text_input, image_input, scfg_scale, img_cfg_scale, preframe_input, diffusion_step], [output_video])
|
416 |
|
417 |
+
magicmultimodalvideodemo.queue(max_size=12).launch()
|