Update block.py
Browse files
block.py
CHANGED
|
@@ -100,7 +100,7 @@ class AutoLoadURL(AutoPipelineBlocks):
|
|
| 100 |
def description(self):
|
| 101 |
return "Run if `url` is provided."
|
| 102 |
|
| 103 |
-
class DepthInput(SequentialPipelineBlocks)
|
| 104 |
block_classes = [AutoLoadURL, DepthProcessorBlock]
|
| 105 |
block_names = ["load_url", "depth_processor"]
|
| 106 |
|
|
|
|
| 100 |
def description(self):
|
| 101 |
return "Run if `url` is provided."
|
| 102 |
|
| 103 |
+
class DepthInput(SequentialPipelineBlocks):
|
| 104 |
block_classes = [AutoLoadURL, DepthProcessorBlock]
|
| 105 |
block_names = ["load_url", "depth_processor"]
|
| 106 |
|