Update app.py
Browse files
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 |
# ----------------------------
|