fffiloni commited on
Commit
14b9472
β€’
1 Parent(s): 8e7c9c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def generate_story(text, lang):
58
  """
59
  )
60
  story = LLMChain(llm=llm, prompt=prompt)
61
- story_result = story.run(text=text)
62
  print(story_result)
63
  print("""
64
  β€”
 
58
  """
59
  )
60
  story = LLMChain(llm=llm, prompt=prompt)
61
+ story_result = story.run(text=text, lang=lang)
62
  print(story_result)
63
  print("""
64
  β€”