Update app.py
Browse files
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: {
|
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 |
|