Spaces:
Runtime error
Runtime error
Commit
·
594ec7a
1
Parent(s):
fa8d7c8
Update app.py
Browse files
app.py
CHANGED
@@ -128,8 +128,9 @@ and further improvements on the Arrangement (suggested by the Sound Engineer)
|
|
128 |
|
129 |
import gradio as gr
|
130 |
|
131 |
-
description = '''<span style="font-family:Papyrus; font-size:
|
132 |
-
|
|
|
133 |
|
134 |
Given specific Genre, Keywords, and Emotion, make a Brand New Song without lifting a finger!
|
135 |
|
@@ -139,7 +140,7 @@ Given specific Genre, Keywords, and Emotion, make a Brand New Song without lifti
|
|
139 |
4. Cherry on the top - Get a suitable song title!
|
140 |
</span>
|
141 |
|
142 |
-
|
143 |
|
144 |
1. Experienced Music Director who has 15+ Years experience in the industry
|
145 |
2. Experienced Lyricist, who has written hit songs in several languages
|
@@ -148,7 +149,7 @@ Given specific Genre, Keywords, and Emotion, make a Brand New Song without lifti
|
|
148 |
5. Experienced Sound Engineer, who can provide expert feedback on the arrangement being used
|
149 |
</font>
|
150 |
|
151 |
-
|
152 |
|
153 |
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
|
154 |
2. Experienced Freelance Lyricist writes a lyrics draft (**see `step_2.txt`**)
|
|
|
128 |
|
129 |
import gradio as gr
|
130 |
|
131 |
+
description = '''<span style="font-family:Papyrus; font-size:2em;">
|
132 |
+
|
133 |
+
# Objective -
|
134 |
|
135 |
Given specific Genre, Keywords, and Emotion, make a Brand New Song without lifting a finger!
|
136 |
|
|
|
140 |
4. Cherry on the top - Get a suitable song title!
|
141 |
</span>
|
142 |
|
143 |
+
# AI Music Team is composed of several GPT agents with the following "personas" -
|
144 |
|
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
|
|
|
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 |
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
|
155 |
2. Experienced Freelance Lyricist writes a lyrics draft (**see `step_2.txt`**)
|