Skip to content

Commit

Permalink
Add field in PR checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
inFocus7 committed Jan 21, 2024
1 parent e899a99 commit b88a7fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Before you submit your pull request, please review the following checklist:
- [ ] I have made corresponding changes to the documentation.
- [ ] My changes generate no new warnings.
- [ ] I have updated the Dockerfile with any new dependencies (if applicable).
- [ ] I have added these changes to the latest changelog for an upcoming release.

# Additional context
Add any other context about the pull request here.
2 changes: 1 addition & 1 deletion ui/music/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def render_music_video_creation() -> gr.Image:
with gr.Group():
with gr.Row():
create_preview_video_button = gr.Button("Create Preview", variant="secondary")
preview_seconds = gr.Number(value=5, label="Preview Seconds", minimum=1, maximum=10)
preview_seconds = gr.Number(value=5, label="Preview Duration (s)", minimum=1, maximum=10)

create_video_button = gr.Button("Create Music Video", variant="primary")

Expand Down

0 comments on commit b88a7fb

Please sign in to comment.