abhi1nandy2 commited on
Commit
bb6ab4b
·
1 Parent(s): 594ec7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -128,7 +128,7 @@ 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:2em;">
132
 
133
  # Objective -
134
 
@@ -138,7 +138,7 @@ Given specific Genre, Keywords, and Emotion, make a Brand New Song without lifti
138
  2. Get a suitable chord progression
139
  3. Get a suitable musical arrangement for singing and recording the song
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
 
@@ -147,7 +147,7 @@ Given specific Genre, Keywords, and Emotion, make a Brand New Song without lifti
147
  3. Experienced Freelance Lyricist, who has helped writing 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
 
 
128
 
129
  import gradio as gr
130
 
131
+ description = '''<span style="font-family:Papyrus; font-size:1.5em;">
132
 
133
  # Objective -
134
 
 
138
  2. Get a suitable chord progression
139
  3. Get a suitable musical arrangement for singing and recording the song
140
  4. Cherry on the top - Get a suitable song title!
141
+
142
 
143
  # AI Music Team is composed of several GPT agents with the following "personas" -
144
 
 
147
  3. Experienced Freelance Lyricist, who has helped writing 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
+
151
 
152
  # Workflow (Intermediate outputs/results are output as downloadable files) -
153