Spaces:
Runtime error
Runtime error
Rawal Khirodkar commited on
Commit ·
380dd37
1
Parent(s): 2482c8d
Pointmap: relabel output to 'Depth (Z)'
Browse files
app.py
CHANGED
|
@@ -250,7 +250,7 @@ with gr.Blocks(title="Sapiens2 Pointmap", theme=gr.themes.Soft(), css=CUSTOM_CSS
|
|
| 250 |
|
| 251 |
with gr.Row(equal_height=True):
|
| 252 |
inp = gr.Image(label="Input", type="pil", height=640)
|
| 253 |
-
out_img = gr.Image(label="Depth (
|
| 254 |
|
| 255 |
with gr.Row():
|
| 256 |
size = gr.Radio(
|
|
|
|
| 250 |
|
| 251 |
with gr.Row(equal_height=True):
|
| 252 |
inp = gr.Image(label="Input", type="pil", height=640)
|
| 253 |
+
out_img = gr.Image(label="Depth (Z)", type="pil", height=640)
|
| 254 |
|
| 255 |
with gr.Row():
|
| 256 |
size = gr.Radio(
|