adpro commited on
Commit
4103d87
·
verified ·
1 Parent(s): ae21fa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def process_image(image_path):
46
  output = prediction.cpu().numpy()
47
  depth_image = (output * 255 / np.max(output)).astype("uint8")
48
  depth_image_padded = Image.fromarray(depth_image)
49
- )
50
 
51
 
52
  return [depth_image_padded]
 
46
  output = prediction.cpu().numpy()
47
  depth_image = (output * 255 / np.max(output)).astype("uint8")
48
  depth_image_padded = Image.fromarray(depth_image)
49
+
50
 
51
 
52
  return [depth_image_padded]