Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,11 +20,10 @@ def img2text(url):
|
|
20 |
# make the story of it using LLM
|
21 |
def generate_story(scenario):
|
22 |
template = """
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
STORY;
|
28 |
"""
|
29 |
|
30 |
prompt = PromptTemplate(template=template, input_variables=["scenario"])
|
|
|
20 |
# make the story of it using LLM
|
21 |
def generate_story(scenario):
|
22 |
template = """
|
23 |
+
あなたは物語の語り部です;
|
24 |
+
簡単な物語の背景に基づいて、30語以内の短い物語を生成することができます;
|
25 |
+
背景: {scenario}
|
26 |
+
物語:
|
|
|
27 |
"""
|
28 |
|
29 |
prompt = PromptTemplate(template=template, input_variables=["scenario"])
|