MCPcopy Create free account
hub / github.com/Netflix/void-model / create_ui_outputs

Function create_ui_outputs

videox_fun/ui/ui.py:281–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279 return cfg_scale_slider, seed_textbox, seed_button
280
281def create_ui_outputs():
282 with gr.Column():
283 result_image = gr.Image(label="Generated Image (生成图片)", interactive=False, visible=False)
284 result_video = gr.Video(label="Generated Animation (生成视频)", interactive=False)
285 infer_progress = gr.Textbox(
286 label="Generation Info (生成信息)",
287 value="No task currently",
288 interactive=False
289 )
290 return result_image, result_video, infer_progress

Callers 6

uiFunction · 0.85
ui_hostFunction · 0.85
ui_clientFunction · 0.85
uiFunction · 0.85
ui_hostFunction · 0.85
ui_clientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected