rodrigomasini commited on
Commit
9e74047
·
verified ·
1 Parent(s): 9c0e82f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(heme='sudeepshouche/minimalist') as magicmultimodalvideodemo:
352
  with gr.Row():
353
  with gr.Column(visible=True) as input_raws:
354
  with gr.Row():
 
348
  return video_prediction(text_input, image_input, scfg_scale, tcfg_scale, img_cfg_scale, preframe_input, diffusion)
349
 
350
 
351
+ with gr.Blocks(theme='sudeepshouche/minimalist') as magicmultimodalvideodemo:
352
  with gr.Row():
353
  with gr.Column(visible=True) as input_raws:
354
  with gr.Row():