Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ def keywords(text,prompt_num,user_keywords):
|
|
146 |
# sentence.append(word_1 +", "+ word_2+", " + word_3+", " + word_4)
|
147 |
|
148 |
|
149 |
-
|
150 |
sentence.append(r.choice(style_prompts))
|
151 |
|
152 |
print("sentence: ", sentence)
|
|
|
146 |
# sentence.append(word_1 +", "+ word_2+", " + word_3+", " + word_4)
|
147 |
|
148 |
|
149 |
+
## Add Style Tail Prompt
|
150 |
sentence.append(r.choice(style_prompts))
|
151 |
|
152 |
print("sentence: ", sentence)
|