Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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="
|
| 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=
|
| 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 |
|