Merge pull request #120 from D0n-A/main

Update ui.py
main
vahid khroasani 2024-05-17 15:39:23 +04:00 committed by GitHub
commit 60adae2252
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ Our best experience and trade-off is the R-ERSGAn4x upscaler.
) )
with gr.Column(scale=1, variant="compact"): 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( output_panel = create_output_panel(
"infinite-zoom", shared.opts.outdir_img2img_samples "infinite-zoom", shared.opts.outdir_img2img_samples
) )