Skip to content

Commit

Permalink
fix error (wrong gradio component)
Browse files Browse the repository at this point in the history
  • Loading branch information
seruva19 committed Nov 1, 2023
1 parent 853b05e commit f6e3221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/kd-image-to-video/setup_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def i2v_ui(ui_shared, ui_tabs):
create_btn = gr.Button(
"Generate video", label="Generate video", variant="primary"
)
video_output = gr.Image(label="Generated video")
video_output = gr.Video(label="Generated video")

kubin.ui_utils.click_and_disable(
create_btn,
Expand Down

0 comments on commit f6e3221

Please sign in to comment.