prithivMLmods commited on
Commit
8d9d208
·
verified ·
1 Parent(s): 61aa401

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -829,7 +829,7 @@ with gr.Blocks() as demo:
829
  file_count="multiple",
830
  label="Upload Images/Videos",
831
  file_types=["image", "video"],
832
- height="150"
833
  )
834
 
835
  with gr.Row():
@@ -843,7 +843,7 @@ with gr.Blocks() as demo:
843
  image_gallery = gr.Gallery(
844
  label="",
845
  columns=3,
846
- height="150",
847
  object_fit="cover",
848
  preview=True,
849
  show_label=False,
@@ -885,7 +885,7 @@ with gr.Blocks() as demo:
885
  with gr.Tab("3D View"):
886
  reconstruction_output = Rerun(
887
  label="Rerun 3D Viewer",
888
- height=700,
889
  )
890
 
891
  with gr.Tab("Depth"):
@@ -936,7 +936,7 @@ with gr.Blocks() as demo:
936
  )
937
  measure_text = gr.Markdown("")
938
 
939
- with gr.Column():
940
  gr.Markdown("## Example Scenes")
941
  gr.Markdown("Click a thumbnail to load the scene, then press **Reconstruct**.")
942
 
 
829
  file_count="multiple",
830
  label="Upload Images/Videos",
831
  file_types=["image", "video"],
832
+ height="140"
833
  )
834
 
835
  with gr.Row():
 
843
  image_gallery = gr.Gallery(
844
  label="",
845
  columns=3,
846
+ height="140",
847
  object_fit="cover",
848
  preview=True,
849
  show_label=False,
 
885
  with gr.Tab("3D View"):
886
  reconstruction_output = Rerun(
887
  label="Rerun 3D Viewer",
888
+ height=800,
889
  )
890
 
891
  with gr.Tab("Depth"):
 
936
  )
937
  measure_text = gr.Markdown("")
938
 
939
+ with gr.Column(elem_id="examples-section"):
940
  gr.Markdown("## Example Scenes")
941
  gr.Markdown("Click a thumbnail to load the scene, then press **Reconstruct**.")
942