PierreHanna commited on
Commit
434a807
1 Parent(s): 701d5f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -99,8 +99,14 @@ with gr.Blocks() as demo:
99
  with gr.Column():
100
  gr.HTML("<h3>Instruments</h3>")
101
  instruments = gr.Label(label="Instruments", show_label=False)
 
 
102
  vocalgender = gr.Label(label="Vocal Gender", show_label=False)
 
 
103
  timbres = gr.Label(label="Texture", show_label=False)
 
 
104
  audioquality = gr.Label(label="Audio Quality", show_label=False)
105
 
106
  with gr.Column():
 
99
  with gr.Column():
100
  gr.HTML("<h3>Instruments</h3>")
101
  instruments = gr.Label(label="Instruments", show_label=False)
102
+
103
+ gr.HTML("<h3>Key</h3>")
104
  vocalgender = gr.Label(label="Vocal Gender", show_label=False)
105
+
106
+ gr.HTML("<h3>Textures</h3>")
107
  timbres = gr.Label(label="Texture", show_label=False)
108
+
109
+ gr.HTML("<h3> AudioQuality</h3>")
110
  audioquality = gr.Label(label="Audio Quality", show_label=False)
111
 
112
  with gr.Column():