Spaces:
Running
on
Zero
Running
on
Zero
Update app_double_lora.py
Browse files- 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(
|
| 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 |
|