Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -174,8 +174,8 @@ with gr.Blocks(css="style.css") as demo:
|
|
174 |
|
175 |
|
176 |
input_img = gr.Image(type="filepath", elem_id="input-img")
|
|
|
177 |
with gr.Row():
|
178 |
-
track_duration = gr.Slider(minimum=20, maximum=120, value=30, step=5, label="Track duration", elem_id="duration-inp")
|
179 |
gen_intensity = gr.Dropdown(choices=["low", "medium", "high"], value="high", label="Complexity")
|
180 |
gen_mode = gr.Radio(label="mode", choices=["track", "loop"], value="track")
|
181 |
generate = gr.Button("Generate Music from Image")
|
|
|
174 |
|
175 |
|
176 |
input_img = gr.Image(type="filepath", elem_id="input-img")
|
177 |
+
track_duration = gr.Slider(minimum=20, maximum=120, value=30, step=5, label="Track duration", elem_id="duration-inp")
|
178 |
with gr.Row():
|
|
|
179 |
gen_intensity = gr.Dropdown(choices=["low", "medium", "high"], value="high", label="Complexity")
|
180 |
gen_mode = gr.Radio(label="mode", choices=["track", "loop"], value="track")
|
181 |
generate = gr.Button("Generate Music from Image")
|