Spaces:
Runtime error
Runtime error
Commit
·
98e566e
1
Parent(s):
9622ab6
Update app.py
Browse files
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
|
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 |
|