sarahciston commited on
Commit
5ede890
·
verified ·
1 Parent(s): b23bba4

typo on new func

Browse files
Files changed (1) hide show
  1. sketch.js +1 -1
sketch.js CHANGED
@@ -12,7 +12,7 @@ let pField
12
 
13
  // RUN TEXT-GEN MODEL
14
 
15
- async function textGenTask(input{
16
  console.log('text-gen task initiated')
17
 
18
  const pipe = await pipeline('text-generation')
 
12
 
13
  // RUN TEXT-GEN MODEL
14
 
15
+ async function textGenTask(input){
16
  console.log('text-gen task initiated')
17
 
18
  const pipe = await pipeline('text-generation')