SreyanG-NVIDIA commited on
Commit
ad3e6b2
·
verified ·
1 Parent(s): a748c2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -283,16 +283,16 @@ body {
283
  """
284
  EXAMPLE_YOUTUBE_PROMPTS = [
285
  [
286
- "https://youtu.be/ko70cExuzZM",
287
- "Describe everything audible in this clip, including speech, environmental sounds, music, pacing, and overall structure.",
288
  ],
289
  [
290
  "https://youtu.be/iywaBOMvYLI",
291
- "Write a timestamped summary of what happens throughout this recording.",
292
  ],
293
  [
294
  "https://youtu.be/_mTRvJ9fugM",
295
- "What are the main sound events in this clip, and how do they evolve over time?",
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")