Merge pull request #6 from v8hid/bugfix/issue-3/video-error-gradio

video component updated
pull/10/head
vahid khroasani 2023-04-14 18:55:03 +04:00 committed by GitHub
commit f8ad317347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -345,9 +345,7 @@ def on_ui_tabs():
)
with gr.Column(scale=1, variant="compact"):
output_video = gr.Video(
label="Output", format="mp4", interactive=True
).style(width=512, height=512)
output_video = gr.Video(label="Output").style(width=512, height=512)
(
out_image,
generation_info,