MCPcopy
hub / github.com/XPixelGroup/DiffBIR / EmptyCaptioner

Class EmptyCaptioner

diffbir/utils/caption.py:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49class EmptyCaptioner(Captioner):
50
51 def __call__(self, image: Image.Image) -> str:
52 return ""
53
54
55class LLaVACaptioner(Captioner):

Callers 2

run_gradio.pyFile · 0.90
load_captionerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected