Spaces:
Runtime error
Runtime error
jitubutwal1441
commited on
Commit
·
55e017c
1
Parent(s):
98e566e
Generate story in english
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 150 words.
|
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. It should be in English language.
|
49 |
"""
|
50 |
prompt = PromptTemplate(input_variables=["story_idea"], template=template)
|
51 |
|