Spaces:
Running
Running
ziqiangao
commited on
Commit
·
e0df6af
1
Parent(s):
5683224
update app.py
Browse files
app.py
CHANGED
@@ -309,9 +309,9 @@ with gr.Blocks() as inputs:
|
|
309 |
gr.components.Slider(label="Frames per Second", minimum=20, maximum=60, step=1, value=30),
|
310 |
gr.components.Slider(label="Output Video Width", minimum=100, maximum=2000, value=1280, step=2),
|
311 |
gr.components.Slider(label="Output Video Height", minimum=100, maximum=2000, value=720, step=2)
|
312 |
-
with gr.Accordion(
|
313 |
gr.components.Slider(label="Number of Visualization Segments", minimum=256, maximum=2048, step=2, value=512),
|
314 |
-
with gr.Accordion(
|
315 |
gr.Markdown('#Add Metadata here if your mp3 does not have one')
|
316 |
gr.components.Image(label='Cover Art'),
|
317 |
gr.components.Textbox(label='Title'),
|
|
|
309 |
gr.components.Slider(label="Frames per Second", minimum=20, maximum=60, step=1, value=30),
|
310 |
gr.components.Slider(label="Output Video Width", minimum=100, maximum=2000, value=1280, step=2),
|
311 |
gr.components.Slider(label="Output Video Height", minimum=100, maximum=2000, value=720, step=2)
|
312 |
+
with gr.Accordion(label="Advanced Options"):
|
313 |
gr.components.Slider(label="Number of Visualization Segments", minimum=256, maximum=2048, step=2, value=512),
|
314 |
+
with gr.Accordion(label="Mp3 Metadata"):
|
315 |
gr.Markdown('#Add Metadata here if your mp3 does not have one')
|
316 |
gr.components.Image(label='Cover Art'),
|
317 |
gr.components.Textbox(label='Title'),
|