Spaces:
Build error
Build error
Commit
·
0943124
1
Parent(s):
fad0005
fix
Browse files- src/index.mts +2 -2
src/index.mts
CHANGED
@@ -131,8 +131,8 @@ ${sequence.videoPrompt}
|
|
131 |
console.log('- enhancing shot..')
|
132 |
await enhanceVideo(shotFileName)
|
133 |
|
134 |
-
console.log(
|
135 |
-
await keepVideo(shotFileName, process.env.
|
136 |
|
137 |
generatedShots.push(shotFileName)
|
138 |
|
|
|
131 |
console.log('- enhancing shot..')
|
132 |
await enhanceVideo(shotFileName)
|
133 |
|
134 |
+
console.log(`- saving final shot into ${process.env.WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2}`)
|
135 |
+
await keepVideo(shotFileName, process.env.WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2)
|
136 |
|
137 |
generatedShots.push(shotFileName)
|
138 |
|