prithivMLmods commited on
Commit
42da975
·
verified ·
1 Parent(s): 77607d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -835,17 +835,17 @@ with gr.Blocks() as demo:
835
  with gr.Row():
836
  s_time_interval = gr.Slider(
837
  minimum=0.1, maximum=5.0, value=1.0, step=0.1,
838
- label="Video sample interval (sec)",
839
  scale=3,
840
  )
841
  resample_btn = gr.Button("Resample", visible=False, variant="secondary", scale=1)
842
 
843
  image_gallery = gr.Gallery(
844
  label="",
845
- columns=3,
846
  height="150",
847
- object_fit="cover",
848
- preview=True,
849
  show_label=False,
850
  )
851
 
@@ -881,7 +881,7 @@ with gr.Blocks() as demo:
881
  with gr.Tab("3D View"):
882
  reconstruction_output = Rerun(
883
  label="Rerun 3D Viewer",
884
- height=700,
885
  )
886
 
887
  with gr.Tab("Depth"):
 
835
  with gr.Row():
836
  s_time_interval = gr.Slider(
837
  minimum=0.1, maximum=5.0, value=1.0, step=0.1,
838
+ label="Video interval (sec)",
839
  scale=3,
840
  )
841
  resample_btn = gr.Button("Resample", visible=False, variant="secondary", scale=1)
842
 
843
  image_gallery = gr.Gallery(
844
  label="",
845
+ columns=2,
846
  height="150",
847
+ #object_fit="cover",
848
+ #preview=True,
849
  show_label=False,
850
  )
851
 
 
881
  with gr.Tab("3D View"):
882
  reconstruction_output = Rerun(
883
  label="Rerun 3D Viewer",
884
+ height=695,
885
  )
886
 
887
  with gr.Tab("Depth"):