Skip to content

Commit

Permalink
Update generate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kjysmu authored Nov 3, 2023
1 parent cf59c31 commit 6d3521f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,6 @@ def main():
audio = audio.subclip(0, video.duration )
final=video.set_audio(audio)

#final.write_videofile(f_path_video_out)
text_prime = text_clip("Prime Chords", args.num_prime_chord)
text_gen = text_clip("Generated Chords", int(video.duration) - args.num_prime_chord, args.num_prime_chord)

Expand Down

0 comments on commit 6d3521f

Please sign in to comment.