Spaces:
Running
Running
ziqiangao
commited on
Commit
·
450a3f3
1
Parent(s):
b8bb35c
Remove sample rate setting
Browse files
app.py
CHANGED
@@ -302,7 +302,7 @@ iface = gr.Interface(
|
|
302 |
gr.components.Slider(label="Output Video Width", minimum=100, maximum=2000, value=1280, step=2),
|
303 |
gr.components.Slider(label="Output Video Height", minimum=100, maximum=2000, value=720, step=2),
|
304 |
gr.components.Slider(label="Number of Visualization Segments", minimum=256, maximum=2048, step=2, value=512),
|
305 |
-
gr.components.Slider(label="Scope Sample Rate", minimum=8000, maximum=44100, step=5, value=11025)
|
306 |
],
|
307 |
outputs=gr.components.Video(label="Output"),
|
308 |
title="MP3 to Video Visualization",
|
|
|
302 |
gr.components.Slider(label="Output Video Width", minimum=100, maximum=2000, value=1280, step=2),
|
303 |
gr.components.Slider(label="Output Video Height", minimum=100, maximum=2000, value=720, step=2),
|
304 |
gr.components.Slider(label="Number of Visualization Segments", minimum=256, maximum=2048, step=2, value=512),
|
305 |
+
#gr.components.Slider(label="Scope Sample Rate", minimum=8000, maximum=44100, step=5, value=11025)
|
306 |
],
|
307 |
outputs=gr.components.Video(label="Output"),
|
308 |
title="MP3 to Video Visualization",
|