Spaces:
Runtime error
Runtime error
Commit ·
1948880
1
Parent(s): 037ae38
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,12 +154,10 @@ with gr.Blocks() as demo:
|
|
| 154 |
gr.HTML("<h3> AudioQuality</h3>")
|
| 155 |
audioquality = gr.Label(label="Audio Quality", show_label=False)
|
| 156 |
|
| 157 |
-
gr.HTML("<h3> MusicRatio </h3>")
|
| 158 |
-
musicratio = gr.Label(label="Music Ratio", show_label=False)
|
| 159 |
-
|
| 160 |
with gr.Column():
|
| 161 |
gr.HTML("<h3> Descriptors</h3>")
|
| 162 |
#gr.HTML("<h5> Vocal/Instrumental</h5>")
|
|
|
|
| 163 |
acousticness = gr.Slider(label="Electric/Acoustic", minimum=0, maximum=1.0)#, info="Information todo", show_label=False)
|
| 164 |
danceability = gr.Slider(label="Danceability", minimum=0, maximum=1.0)#, info="Information todo", show_label=False)
|
| 165 |
arousal = gr.Slider(label="Arousal", minimum=0, maximum=1.0)#, info="Information todo", show_label=False)
|
|
|
|
| 154 |
gr.HTML("<h3> AudioQuality</h3>")
|
| 155 |
audioquality = gr.Label(label="Audio Quality", show_label=False)
|
| 156 |
|
|
|
|
|
|
|
|
|
|
| 157 |
with gr.Column():
|
| 158 |
gr.HTML("<h3> Descriptors</h3>")
|
| 159 |
#gr.HTML("<h5> Vocal/Instrumental</h5>")
|
| 160 |
+
musicratio = gr.Slider(label="Music Ratio", minimum=0, maximum=1.0)#, info="Information todo", show_label=False)
|
| 161 |
acousticness = gr.Slider(label="Electric/Acoustic", minimum=0, maximum=1.0)#, info="Information todo", show_label=False)
|
| 162 |
danceability = gr.Slider(label="Danceability", minimum=0, maximum=1.0)#, info="Information todo", show_label=False)
|
| 163 |
arousal = gr.Slider(label="Arousal", minimum=0, maximum=1.0)#, info="Information todo", show_label=False)
|