jbilcke-hf HF staff commited on
Commit
ba53841
·
1 Parent(s): 814f846
Files changed (1) hide show
  1. src/production/generateVoice.mts +1 -1
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: false,
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