rahul7star commited on
Commit
0da6ac8
·
verified ·
1 Parent(s): 27fd7f3

Update app_double_lora.py

Browse files
Files changed (1) hide show
  1. app_double_lora.py +1 -1
app_double_lora.py CHANGED
@@ -402,7 +402,7 @@ def generate_video(input_image, prompt, height, width,
402
  export_to_video(output_frames_list, video_path, fps=FIXED_FPS)
403
  return video_path, current_seed
404
 
405
- with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
406
  with gr.Column(elem_classes=["main-container"]):
407
  gr.Markdown("# ⚡ FusionX Enhanced Wan 2.1 I2V (14B)")
408
 
 
402
  export_to_video(output_frames_list, video_path, fps=FIXED_FPS)
403
  return video_path, current_seed
404
 
405
+ with gr.Blocks() as demo:
406
  with gr.Column(elem_classes=["main-container"]):
407
  gr.Markdown("# ⚡ FusionX Enhanced Wan 2.1 I2V (14B)")
408