Spaces:
Running
Running
another typo
Browse files
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
|