thefcraft commited on
Commit
a542228
1 Parent(s): f7b235b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def sentence_builder(quantity, Type, negative):
80
  output+=f"PROMPT: {prompt}\n\n"
81
  if negative:
82
  negative_prompt = generateText(model[1], minLen=300, size=5)[0]
83
- output+=f"NEGATIVE PROMPT: {prompt}\n"
84
  output+="----------------------------------------------------------------"
85
  output+="\n\n\n"
86
 
 
80
  output+=f"PROMPT: {prompt}\n\n"
81
  if negative:
82
  negative_prompt = generateText(model[1], minLen=300, size=5)[0]
83
+ output+=f"NEGATIVE PROMPT: {negative_prompt}\n"
84
  output+="----------------------------------------------------------------"
85
  output+="\n\n\n"
86