MCPcopy
hub / github.com/lllyasviel/FramePack / make_progress_bar_html

Function make_progress_bar_html

diffusers_helper/gradio/progress_bar.py:81–82  ·  view source on GitHub ↗
(number, text)

Source from the content-addressed store, hash-verified

79
80
81def make_progress_bar_html(number, text):
82 return progress_html.replace('*number*', str(number)).replace('*text*', text)
83
84
85def make_progress_bar_css():

Callers 4

workerFunction · 0.90
callbackFunction · 0.90
workerFunction · 0.90
callbackFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected