zino36 commited on
Commit
4a027ba
·
verified ·
1 Parent(s): 2c36086

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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