Spaces:
Sleeping
Sleeping
template mod
Browse files
app.py
CHANGED
@@ -20,8 +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 {num_words}, "
|
24 |
-
"{emotions}{literary_style}{character} the following: \n{original_words}\n",
|
25 |
)
|
26 |
|
27 |
|
|
|
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 |
|