Skip to content

Commit

Permalink
Merge pull request #120 from D0n-A/main
Browse files Browse the repository at this point in the history
Update ui.py
  • Loading branch information
v8hid committed May 17, 2024
2 parents 74338a1 + 515b4d6 commit 60adae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iz_helpers/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def on_ui_tabs():
)

with gr.Column(scale=1, variant="compact"):
output_video = gr.Video(label="Output").style(width=512, height=512)
output_video = gr.Video(label="Output", width=512, height=512)
output_panel = create_output_panel(
"infinite-zoom", shared.opts.outdir_img2img_samples
)
Expand Down

0 comments on commit 60adae2

Please sign in to comment.