Spaces:
Running
Running
root
commited on
Commit
·
a23fb29
1
Parent(s):
1f2ed19
...
Browse files
app.py
CHANGED
@@ -64,21 +64,6 @@ def create_lyrics_prompt(classification_results, song_structure):
|
|
64 |
# Create a more specific prompt with example structure and style guidance
|
65 |
prompt = f"""Create {song_structure['verses']} verses and {song_structure['choruses']} choruses in {main_style} style with {', '.join(secondary_elements)} elements.
|
66 |
|
67 |
-
Structure example:
|
68 |
-
|
69 |
-
[Verse 1]
|
70 |
-
Gentle bells ring in the night
|
71 |
-
Stars are shining pure and bright
|
72 |
-
Music fills the evening air
|
73 |
-
Magic moments we can share
|
74 |
-
|
75 |
-
[Chorus]
|
76 |
-
Let the rhythm take control
|
77 |
-
Music flowing through your soul
|
78 |
-
Dancing in the silver light
|
79 |
-
Making magic through the night
|
80 |
-
|
81 |
-
Write new original lyrics following this style and structure:
|
82 |
|
83 |
[Verse 1]"""
|
84 |
|
|
|
64 |
# Create a more specific prompt with example structure and style guidance
|
65 |
prompt = f"""Create {song_structure['verses']} verses and {song_structure['choruses']} choruses in {main_style} style with {', '.join(secondary_elements)} elements.
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
[Verse 1]"""
|
69 |
|