MCPcopy Create free account
hub / github.com/Filarius/video2video / show

Method show

scripts/vid2vid.py:75–77  ·  view source on GitHub ↗
(self, is_img2img)

Source from the content-addressed store, hash-verified

73 return 'Video2Video'
74
75 def show(self, is_img2img):
76 #return scripts.AlwaysVisible
77 return is_img2img
78
79 def __init__(self):
80 self.img2img_component = gr.Image()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected