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