Skip to content

Commit

Permalink
block BYOAudio for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx committed Sep 27, 2022
1 parent 00b8208 commit cbde396
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Video_Killed_The_Radio_Star_Defusion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@
"storyboard.params = dict(\n",
"\n",
" video_url = 'https://www.youtube.com/watch?v=WJaxFbdjm8c' # @param {type:'string'}\n",
" , audio_fpath = '' # @param {type:'string'}\n",
" #, audio_fpath = '' # @param {type:'string'} # TO DO: drop reliance on youtube for audio\n",
" , audio_fpath = None\n",
" , theme_prompt = \"extremely detailed, painted by ralph steadman and radiohead, beautiful, wow\" # @param {type:'string'}\n",
"\n",
" , n_variations=5 # @param {type:'integer'}\n",
Expand Down Expand Up @@ -202,8 +203,10 @@
"\n",
"# @markdown `video_url` - URL of a youtube video to download as a source for audio and potentially for text transcription as well.\n",
"\n",
"# @markdown `audio_fpath` - Optionally provide an audio file instead of relying on a youtube download. Name it something other than 'audio.mp3', \n",
"# @markdown otherwise it might get overwritten accidentally.\n",
"##################\n",
"# markdown `audio_fpath` - Optionally provide an audio file instead of relying on a youtube download. Name it something other than 'audio.mp3', \n",
"# markdown otherwise it might get overwritten accidentally.\n",
"##################\n",
"\n",
"# @markdown `theme_prompt` - Text that will be appended to the end of each lyric, useful for e.g. applying a consistent aesthetic style\n",
"\n",
Expand Down

0 comments on commit cbde396

Please sign in to comment.