Spaces:
Paused
Paused
Sylvain Filoni
commited on
Commit
β’
90431e0
1
Parent(s):
5185154
added christmas emoji
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ with gr.Blocks(css=css) as demo:
|
|
178 |
|
179 |
input_img = gr.Image(type="filepath", elem_id="input-img")
|
180 |
with gr.Row():
|
181 |
-
track_duration = gr.Slider(minimum=20, maximum=120, value=30, step=5, label="Track duration", elem_id="duration-inp")
|
182 |
gen_intensity = gr.Radio(choices=["low", "medium", "high"], value="high", label="Complexity")
|
183 |
generate = gr.Button("Generate Music from Image")
|
184 |
|
|
|
178 |
|
179 |
input_img = gr.Image(type="filepath", elem_id="input-img")
|
180 |
with gr.Row():
|
181 |
+
track_duration = gr.Slider(minimum=20, maximum=120, value=30, step=5, label="π
Track duration", elem_id="duration-inp")
|
182 |
gen_intensity = gr.Radio(choices=["low", "medium", "high"], value="high", label="Complexity")
|
183 |
generate = gr.Button("Generate Music from Image")
|
184 |
|