xeonm commited on
Commit
bb3d0b7
1 Parent(s): cbeeed0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  """