Update app.py
Browse files
app.py
CHANGED
|
@@ -283,16 +283,16 @@ body {
|
|
| 283 |
"""
|
| 284 |
EXAMPLE_YOUTUBE_PROMPTS = [
|
| 285 |
[
|
| 286 |
-
"https://youtu.be/
|
| 287 |
-
"
|
| 288 |
],
|
| 289 |
[
|
| 290 |
"https://youtu.be/iywaBOMvYLI",
|
| 291 |
-
"
|
| 292 |
],
|
| 293 |
[
|
| 294 |
"https://youtu.be/_mTRvJ9fugM",
|
| 295 |
-
"
|
| 296 |
],
|
| 297 |
]
|
| 298 |
_log_cuda_runtime("startup-before-load")
|
|
|
|
| 283 |
"""
|
| 284 |
EXAMPLE_YOUTUBE_PROMPTS = [
|
| 285 |
[
|
| 286 |
+
"https://youtu.be/psk4Q5rtuPQ",
|
| 287 |
+
"What precise description did the commentator use for the punch that ended the fight?",
|
| 288 |
],
|
| 289 |
[
|
| 290 |
"https://youtu.be/iywaBOMvYLI",
|
| 291 |
+
"Compose a detailed caption integrating all audio elements, describing sound effects, speech, and music.",
|
| 292 |
],
|
| 293 |
[
|
| 294 |
"https://youtu.be/_mTRvJ9fugM",
|
| 295 |
+
"Describe this track in full detail - tell me the genre, tempo, and key, then dive into the instruments, production style, and overall mood it creates.",
|
| 296 |
],
|
| 297 |
]
|
| 298 |
_log_cuda_runtime("startup-before-load")
|