jitubutwal1441 commited on
Commit
98e566e
·
1 Parent(s): 9622ab6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def generate_story(story_idea):
45
  template = """
46
  you are a song writer, write a song using following context:
47
  {story_idea}.
48
- Song should not be more than 100 words. Write in Nepali language
49
  """
50
  prompt = PromptTemplate(input_variables=["story_idea"], template=template)
51
 
 
45
  template = """
46
  you are a song writer, write a song using following context:
47
  {story_idea}.
48
+ Song should not be more than 150 words.
49
  """
50
  prompt = PromptTemplate(input_variables=["story_idea"], template=template)
51