MCPcopy Create free account
hub / github.com/chenfei-wu/TaskMatrix / __init__

Method __init__

visual_chatgpt.py:322–325  ·  view source on GitHub ↗
(self, device)

Source from the content-addressed store, hash-verified

320
321class Image2Canny:
322 def __init__(self, device):
323 print("Initializing Image2Canny")
324 self.low_threshold = 100
325 self.high_threshold = 200
326
327 @prompts(name="Edge Detection On Image",
328 description="useful when you want to detect the edge of the image. "

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected