MCPcopy
hub / github.com/MeiGen-AI/InfiniteTalk / show_upload

Function show_upload

app.py:670–674  ·  view source on GitHub ↗
(mode)

Source from the content-addressed store, hash-verified

668 ]
669
670 def show_upload(mode):
671 if mode == "SingleImageDriven":
672 return gr.update(visible=True), gr.update(visible=False)
673 else:
674 return gr.update(visible=False), gr.update(visible=True)
675
676
677 with gr.Blocks() as demo:

Callers

nothing calls this directly

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected