mtwohey2 commited on
Commit
dea4765
·
verified ·
1 Parent(s): c9b0f5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -239,7 +239,7 @@ def construct_demo():
239
  with gr.Column(scale=2):
240
  with gr.Accordion("Advanced Settings", open=False):
241
  max_len = gr.Slider(label="Max process length", minimum=-1, maximum=1000, value=-1, step=1)
242
- target_fps = gr.Slider(label="Target FPS", minimum=-1, maximum=30, value=-1, step=1)
243
  max_res = gr.Slider(label="Max side resolution", minimum=480, maximum=1920, value=1920, step=1)
244
  stitch_option = gr.Checkbox(label="Stitch RGB & Depth Videos", value=True)
245
  grayscale_option = gr.Checkbox(label="Output Depth as Grayscale", value=True)
 
239
  with gr.Column(scale=2):
240
  with gr.Accordion("Advanced Settings", open=False):
241
  max_len = gr.Slider(label="Max process length", minimum=-1, maximum=1000, value=-1, step=1)
242
+ target_fps = gr.Slider(label="Target FPS", minimum=-1, maximum=60, value=-1, step=1)
243
  max_res = gr.Slider(label="Max side resolution", minimum=480, maximum=1920, value=1920, step=1)
244
  stitch_option = gr.Checkbox(label="Stitch RGB & Depth Videos", value=True)
245
  grayscale_option = gr.Checkbox(label="Output Depth as Grayscale", value=True)