Update app.py
Browse files
app.py
CHANGED
@@ -69,6 +69,8 @@ It is crucial that the script works correctly on the first try, so make sure to
|
|
69 |
Make sure to think through what you are going to do and think about the topic before you write the code.
|
70 |
In addition, write a commentary script inside of ```script``` codeblock. This should be short and fit the content and align with the timing of the scene. Use "..." if needed to add a bit of a pause.
|
71 |
Don't describe music or sound effects in your script, only what the text to speech model will say.
|
|
|
|
|
72 |
You got this!! <3
|
73 |
"""
|
74 |
)
|
|
|
69 |
Make sure to think through what you are going to do and think about the topic before you write the code.
|
70 |
In addition, write a commentary script inside of ```script``` codeblock. This should be short and fit the content and align with the timing of the scene. Use "..." if needed to add a bit of a pause.
|
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 |
)
|