Spaces:
Runtime error
Runtime error
abhi1nandy2
commited on
Commit
·
dce8538
1
Parent(s):
0ad8e81
Update app.py
Browse files
app.py
CHANGED
@@ -129,24 +129,24 @@ and further improvements on the Arrangement (suggested by the Sound Engineer)
|
|
129 |
import gradio as gr
|
130 |
|
131 |
description = '''## Objective -
|
132 |
-
<font size=5>
|
133 |
Given specific Genre, Keywords, and Emotion, make a Brand New Song without lifting a finger!
|
134 |
|
135 |
1. Get lyrics of a new song
|
136 |
2. Get a suitable chord progression
|
137 |
-
3. Get a suitable musical arrangement for singing and recording the song
|
138 |
4. Cherry on the top - Get a suitable song title!
|
139 |
</font>
|
140 |
## AI Music Team is composed of several GPT agents with the following "personas" -
|
141 |
-
|
142 |
1. Experienced Music Director who has 15+ Years experience in the industry
|
143 |
2. Experienced Lyricist, who has written hit songs in several languages
|
144 |
3. Experienced Freelance Lyricist, who has helped writing songs in several languages
|
145 |
4. Experienced Music Composer, who has composed songs of several genre and arrangements over the years
|
146 |
-
5. Experienced Sound Engineer, who can provide expert feedback on the arrangement being used
|
147 |
-
|
148 |
## Workflow (Intermediate outputs/results are output as downloadable files) -
|
149 |
-
|
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**)
|
@@ -154,6 +154,7 @@ Given specific Genre, Keywords, and Emotion, make a Brand New Song without lifti
|
|
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,
|
|
|
129 |
import gradio as gr
|
130 |
|
131 |
description = '''## Objective -
|
132 |
+
<font size=3.5>
|
133 |
Given specific Genre, Keywords, and Emotion, make a Brand New Song without lifting a finger!
|
134 |
|
135 |
1. Get lyrics of a new song
|
136 |
2. Get a suitable chord progression
|
137 |
+
3. Get a suitable musical arrangement for singing and recording the song
|
138 |
4. Cherry on the top - Get a suitable song title!
|
139 |
</font>
|
140 |
## AI Music Team is composed of several GPT agents with the following "personas" -
|
141 |
+
<font size=3.5>
|
142 |
1. Experienced Music Director who has 15+ Years experience in the industry
|
143 |
2. Experienced Lyricist, who has written hit songs in several languages
|
144 |
3. Experienced Freelance Lyricist, who has helped writing songs in several languages
|
145 |
4. Experienced Music Composer, who has composed songs of several genre and arrangements over the years
|
146 |
+
5. Experienced Sound Engineer, who can provide expert feedback on the arrangement being used
|
147 |
+
</font>
|
148 |
## Workflow (Intermediate outputs/results are output as downloadable files) -
|
149 |
+
<font size=3.5>
|
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**)
|
|
|
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 |
+
</font>
|
158 |
'''
|
159 |
|
160 |
demo = gr.Interface(title = 'Write and Compose brand new Songs using an Elite *AI Music Team*', description = description,
|