Spaces:
Running
Running
Commit
·
81d1fba
1
Parent(s):
4486611
more dense
Browse files
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(
|
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
|