jbilcke-hf HF staff commited on
Commit
6fa9239
·
1 Parent(s): 1f50b60

improve logs

Browse files
Files changed (1) hide show
  1. src/index.mts +1 -1
src/index.mts CHANGED
@@ -86,7 +86,7 @@ ${sequence.videoPrompt}
86
  continue
87
  }
88
 
89
- console.log(`- generating shot: ${shot.shotId}`)
90
 
91
  if (status === 'dry_run') {
92
  // console.log('DRY RUN')
 
86
  continue
87
  }
88
 
89
+ console.log(`- generating shot ${shot.shotId}: ${shot.videoPrompt}`)
90
 
91
  if (status === 'dry_run') {
92
  // console.log('DRY RUN')