Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,6 @@ with gr.Blocks(css=css) as demo:
|
|
81 |
def on_submit(image):
|
82 |
original_image = image.copy()
|
83 |
|
84 |
-
h, w = image.shape[:2]
|
85 |
|
86 |
depth = predict_depth(image)
|
87 |
|
|
|
81 |
def on_submit(image):
|
82 |
original_image = image.copy()
|
83 |
|
|
|
84 |
|
85 |
depth = predict_depth(image)
|
86 |
|