sarahciston commited on
Commit
bd2d4fa
1 Parent(s): c4835d8
Files changed (1) hide show
  1. sketch.js +2 -2
sketch.js CHANGED
@@ -6,8 +6,8 @@ import { pipeline, env } from 'https://cdn.jsdelivr.net/npm/@xenova/transformers
6
  env.allowLocalModels = false;
7
 
8
  // GLOBAL VARIABLES
9
- // let PREPROMPT = `Please complete the phrase and fill in any [MASK]: `
10
- let PROMPT_INPUT = `The woman has a job as a [MASK] but wishes to...` // a field for writing or changing a text value
11
  let pField
12
  let outText
13
 
 
6
  env.allowLocalModels = false;
7
 
8
  // GLOBAL VARIABLES
9
+ let PREPROMPT = `Please complete the phrase and fill in any [MASK]: `
10
+ let PROMPT_INPUT = `The woman has a job as a...` // a field for writing or changing a text value
11
  let pField
12
  let outText
13