PierreHanna commited on
Commit
5127b01
·
1 Parent(s): 456a03f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,8 +102,8 @@ with gr.Blocks() as demo:
102
 
103
  with gr.Column():
104
  gr.HTML("<h3> Descriptors</h3>")
105
- gr.HTML("<h4> Vocal/Instrumental</h4>")
106
- dict_desc = gr.Textbox(label="music desc")
107
  vocalinstru = gr.Textbox(label="Vocal/Instrumental")
108
 
109
  with gr.Row():
 
102
 
103
  with gr.Column():
104
  gr.HTML("<h3> Descriptors</h3>")
105
+ gr.HTML("<h5> Vocal/Instrumental</h5>")
106
+ dict_desc = gr.Textbox()
107
  vocalinstru = gr.Textbox(label="Vocal/Instrumental")
108
 
109
  with gr.Row():