Spaces:
Runtime error
Runtime error
abhi1nandy2
commited on
Commit
·
ff4d91e
1
Parent(s):
f21b8d3
Update app.py
Browse files
app.py
CHANGED
@@ -150,10 +150,10 @@ Given specific Genre, Keywords, and Emotion, make a Brand New Song without lifti
|
|
150 |
1. Get Inputs from user (OpenAI API Endpoint, API Key, keywords, genre, emotion for the song). Check out [this link](https://platform.openai.com/account/api-keys) to get your API Key
|
151 |
2. Experienced Freelance Lyricist writes a lyrics draft (**see `step_2.txt`**)
|
152 |
3. Experienced Music Director and Experienced Lyricist provide feedback (**see `step_3A.txt` & `step_3B.txt` respectively**)
|
153 |
-
4. Experienced Freelance Lyricist incorporates the feedback,
|
154 |
5. Experienced Music Composer will provide a chord progression, and an arrangement of instruments (**see `step_5.txt`**)
|
155 |
6. Experienced Sound Engineer will provide ways to improve on the existing arrangement (**see `step_6.txt`**)
|
156 |
-
7. Finally, Music Director will provide
|
157 |
'''
|
158 |
|
159 |
demo = gr.Interface(title = 'Write and Compose brand new Songs using an Elite *AI Music Team*', description = description,
|
|
|
150 |
1. Get Inputs from user (OpenAI API Endpoint, API Key, keywords, genre, emotion for the song). Check out [this link](https://platform.openai.com/account/api-keys) to get your API Key
|
151 |
2. Experienced Freelance Lyricist writes a lyrics draft (**see `step_2.txt`**)
|
152 |
3. Experienced Music Director and Experienced Lyricist provide feedback (**see `step_3A.txt` & `step_3B.txt` respectively**)
|
153 |
+
4. Experienced Freelance Lyricist incorporates the feedback, **Lyrics is finalized here**
|
154 |
5. Experienced Music Composer will provide a chord progression, and an arrangement of instruments (**see `step_5.txt`**)
|
155 |
6. Experienced Sound Engineer will provide ways to improve on the existing arrangement (**see `step_6.txt`**)
|
156 |
+
7. Finally, Music Director will provide improvements (**see `step_7.txt`**), resulting in the **final Chord Progression, Arrangement, and Song Title**
|
157 |
'''
|
158 |
|
159 |
demo = gr.Interface(title = 'Write and Compose brand new Songs using an Elite *AI Music Team*', description = description,
|