sarahciston commited on
Commit
f235b40
·
verified ·
1 Parent(s): ebbc449

another typo

Browse files
Files changed (1) hide show
  1. sketch.js +1 -1
sketch.js CHANGED
@@ -61,7 +61,7 @@ async function textImgTask(prompt){
61
  // RUN TEXT-GEN MODEL
62
 
63
  // async function textGenTask(pre, prompt, blanks){
64
- async function textGenTask(pre, prompts)
65
  console.log('text-gen task initiated')
66
 
67
  // Create concatenated prompt array including preprompt and all variable prompts
 
61
  // RUN TEXT-GEN MODEL
62
 
63
  // async function textGenTask(pre, prompt, blanks){
64
+ async function textGenTask(pre, prompts){
65
  console.log('text-gen task initiated')
66
 
67
  // Create concatenated prompt array including preprompt and all variable prompts