Spaces:
Running
on
Zero
Running
on
Zero
tori29umai
commited on
Commit
•
9a0a80e
1
Parent(s):
2c62976
Update app.py
Browse files
app.py
CHANGED
@@ -122,6 +122,7 @@ with gr.Blocks(css=css) as demo:
|
|
122 |
|
123 |
with gr.Row():
|
124 |
input_image = gr.Image(label="Input Image", type='numpy', elem_id='img-display-input')
|
|
|
125 |
resolution_slider = gr.Slider(minimum=512, maximum=1600, value=512, step=1, label="Resolution")
|
126 |
|
127 |
submit = gr.Button(value="Compute Depth & Generate Point Cloud")
|
|
|
122 |
|
123 |
with gr.Row():
|
124 |
input_image = gr.Image(label="Input Image", type='numpy', elem_id='img-display-input')
|
125 |
+
with gr.Row():
|
126 |
resolution_slider = gr.Slider(minimum=512, maximum=1600, value=512, step=1, label="Resolution")
|
127 |
|
128 |
submit = gr.Button(value="Compute Depth & Generate Point Cloud")
|