Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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
|
| 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=
|
| 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=
|
| 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"):
|