Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def img2text(url):
|
|
21 |
def generate_story(scenario):
|
22 |
template = """
|
23 |
あなたは物語の語り部です;
|
24 |
-
簡単な物語の背景に基づいて、30
|
25 |
背景: {scenario}
|
26 |
物語:
|
27 |
"""
|
|
|
21 |
def generate_story(scenario):
|
22 |
template = """
|
23 |
あなたは物語の語り部です;
|
24 |
+
簡単な物語の背景に基づいて、30語以内の短い日本語の物語を生成することができます;
|
25 |
背景: {scenario}
|
26 |
物語:
|
27 |
"""
|