Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
81
def
make_progress_bar_html(number, text):
82
return
progress_html.replace(
'*number*'
, str(number)).replace(
'*text*'
, text)
83
84
85
def
make_progress_bar_css():
Callers
4
worker
Function · 0.90
callback
Function · 0.90
worker
Function · 0.90
callback
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected