Spaces:
Runtime error
Runtime error
PierreHanna
commited on
Commit
•
6a1480b
1
Parent(s):
676f0e5
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ with gr.Blocks() as demo:
|
|
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", minimum=0, maximum=1.0)
|
109 |
|
110 |
with gr.Row():
|
111 |
|
|
|
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", minimum=0, maximum=1.0, visible =False)
|
109 |
|
110 |
with gr.Row():
|
111 |
|