Spaces:
Runtime error
Runtime error
lemonaddie
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -31,6 +31,7 @@ def process(
|
|
31 |
|
32 |
input_image = Image.open(path_input)
|
33 |
|
|
|
34 |
pipe_out = pipe(
|
35 |
input_image,
|
36 |
ensemble_size=ensemble_size,
|
@@ -39,6 +40,7 @@ def process(
|
|
39 |
batch_size=1 if processing_res == 0 else 0,
|
40 |
show_progress_bar=True,
|
41 |
)
|
|
|
42 |
|
43 |
depth_pred = pipe_out.depth_np
|
44 |
depth_colored = pipe_out.depth_colored
|
|
|
31 |
|
32 |
input_image = Image.open(path_input)
|
33 |
|
34 |
+
print('aaa')
|
35 |
pipe_out = pipe(
|
36 |
input_image,
|
37 |
ensemble_size=ensemble_size,
|
|
|
40 |
batch_size=1 if processing_res == 0 else 0,
|
41 |
show_progress_bar=True,
|
42 |
)
|
43 |
+
print('bbb')
|
44 |
|
45 |
depth_pred = pipe_out.depth_np
|
46 |
depth_colored = pipe_out.depth_colored
|