Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
ba53841
1
Parent(s):
814f846
fix
Browse files
src/production/generateVoice.mts
CHANGED
@@ -14,7 +14,7 @@ export async function generateVoice(prompt: string, voiceFileName: string) {
|
|
14 |
console.log("instance:", instance)
|
15 |
|
16 |
const browser = await puppeteer.launch({
|
17 |
-
headless:
|
18 |
protocolTimeout: 800000,
|
19 |
})
|
20 |
|
|
|
14 |
console.log("instance:", instance)
|
15 |
|
16 |
const browser = await puppeteer.launch({
|
17 |
+
headless: true,
|
18 |
protocolTimeout: 800000,
|
19 |
})
|
20 |
|