kvinod15 commited on
Commit
b4c1b29
·
verified ·
1 Parent(s): e56c3dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -32,7 +32,6 @@ segmentation_transform = transforms.Compose([
32
  # Load the depth estimation pipeline (Depth-Anything)
33
  depth_pipeline = pipeline("depth-estimation", model="depth-anything/Depth-Anything-V2-Small-hf")
34
 
35
-
36
  # ----------------------------
37
  # Processing Functions
38
  # ----------------------------
 
32
  # Load the depth estimation pipeline (Depth-Anything)
33
  depth_pipeline = pipeline("depth-estimation", model="depth-anything/Depth-Anything-V2-Small-hf")
34
 
 
35
  # ----------------------------
36
  # Processing Functions
37
  # ----------------------------