PierreHanna commited on
Commit
8c32215
·
1 Parent(s): 5127b01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -104,7 +104,8 @@ with gr.Blocks() as demo:
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():
110
 
 
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
+ vocalinstru = gr.Slider(label="Vocal/Instrumental")
109
 
110
  with gr.Row():
111