jbilcke-hf HF staff commited on
Commit
81d1fba
·
1 Parent(s): 4486611

more dense

Browse files
Files changed (1) hide show
  1. src/app/api/v1/create/route.ts +1 -1
src/app/api/v1/create/route.ts CHANGED
@@ -50,7 +50,7 @@ export async function POST(req: NextRequest) {
50
 
51
  const shots = parseRawStringToYAML<LatentStory[]>(rawString, [])
52
 
53
- console.log("[api/generate/story] generated shots: ", shots)
54
 
55
  // this is approximate - TTS generation will determine the final duration of each shot
56
  const defaultSegmentDurationInMs = 5000
 
50
 
51
  const shots = parseRawStringToYAML<LatentStory[]>(rawString, [])
52
 
53
+ console.log(`[api/generate/story] generated ${shots.length} shots`)
54
 
55
  // this is approximate - TTS generation will determine the final duration of each shot
56
  const defaultSegmentDurationInMs = 5000