fffiloni commited on
Commit
92ac6d6
1 Parent(s): c819c3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ with gr.Blocks(css="style.css") as demo:
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")
 
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")