nsfwalex commited on
Commit
10e06cb
1 Parent(s): 1c77d9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ window.g=function(p){
147
  "exclude_category": ["Clothing"],
148
  "count_per_tag": 1
149
  };
150
- prompt = generateSexyPrompt(conditions)
151
  console.log(prompt);
152
  return prompt
153
  }
 
147
  "exclude_category": ["Clothing"],
148
  "count_per_tag": 1
149
  };
150
+ prompt = generateSexyPrompt(conditions["tags"])
151
  console.log(prompt);
152
  return prompt
153
  }