Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,8 @@ with gr.Blocks(css="style.css") as demo:
|
|
129 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
130 |
loading_icon = gr.HTML(loading_icon_html, visible=False)
|
131 |
share_button = gr.Button("Share to community", elem_id="share-btn", visible=False)
|
132 |
-
|
|
|
133 |
track_duration = gr.Slider(minimum=20, maximum=120, value=30, step=5, label="Track duration", elem_id="duration-inp")
|
134 |
with gr.Row():
|
135 |
gen_intensity = gr.Dropdown(choices=["low", "medium", "high"], value="medium", label="Intensity")
|
|
|
129 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
130 |
loading_icon = gr.HTML(loading_icon_html, visible=False)
|
131 |
share_button = gr.Button("Share to community", elem_id="share-btn", visible=False)
|
132 |
+
|
133 |
+
with gr.Accordion(label="Music Generation Options", open=False)
|
134 |
track_duration = gr.Slider(minimum=20, maximum=120, value=30, step=5, label="Track duration", elem_id="duration-inp")
|
135 |
with gr.Row():
|
136 |
gen_intensity = gr.Dropdown(choices=["low", "medium", "high"], value="medium", label="Intensity")
|