Spaces:
Sleeping
Sleeping
quote removed
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ CHARACTER_DEFAULT = "The Old Lady Who Swallowed A Fly"
|
|
20 |
# )
|
21 |
PROMPT_TEMPLATE = PromptTemplate(
|
22 |
input_variables=["original_words", "num_words", "emotions", "literary_style", "character"],
|
23 |
-
template="Express the following {num_words},
|
24 |
)
|
25 |
|
26 |
|
|
|
20 |
# )
|
21 |
PROMPT_TEMPLATE = PromptTemplate(
|
22 |
input_variables=["original_words", "num_words", "emotions", "literary_style", "character"],
|
23 |
+
template="Express the following {num_words}, {emotions}{literary_style}{character}: \n{original_words}\n",
|
24 |
)
|
25 |
|
26 |
|