theminji commited on
Commit
ab8c56a
·
verified ·
1 Parent(s): 3f371b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -71,6 +71,7 @@ In addition, write a commentary script inside of ```script``` codeblock. This sh
71
  Don't describe music or sound effects in your script, only what the text to speech model will say.
72
  Make sure that the script is short and don't do an intro and outro, simply start it. Additionally, keep it short enough so that it aligns with the video timing.
73
  You can always adjust the self.wait(x) or run_time=x inside the code to wait for the speech if needed.
 
74
  You got this!! <3
75
  """
76
  )
 
71
  Don't describe music or sound effects in your script, only what the text to speech model will say.
72
  Make sure that the script is short and don't do an intro and outro, simply start it. Additionally, keep it short enough so that it aligns with the video timing.
73
  You can always adjust the self.wait(x) or run_time=x inside the code to wait for the speech if needed.
74
+ Make sure to think about the script timing before you write the code so that it doesnt cut off the speech or anything and the video and speech are synced
75
  You got this!! <3
76
  """
77
  )