fkrasnov2 commited on
Commit
4cee226
·
verified ·
1 Parent(s): 0c5fc46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -125,6 +125,7 @@ import { pipeline } from 'https://cdn.jsdelivr.net/npm/@huggingface/transformers
125
 
126
  const longTextInput = document.getElementById('long-text-input');
127
  const output = document.getElementById('output-div');
 
128
 
129
  const pipe = await pipeline(
130
  'fill-mask', // task
 
125
 
126
  const longTextInput = document.getElementById('long-text-input');
127
  const output = document.getElementById('output-div');
128
+ const generateButton = document.getElementById('generate-button');
129
 
130
  const pipe = await pipeline(
131
  'fill-mask', // task