Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alievk/avatarify-python
/ run_worker
Function
run_worker
afy/predictor_worker.py:224–226 ·
view source on GitHub ↗
(in_port=None, out_port=None)
Source
from the content-addressed store, hash-verified
222
223
224
def
run_worker(in_port=None, out_port=None):
225
worker = PredictorWorker(in_port=in_port, out_port=out_port)
226
worker.run()
Callers
nothing calls this directly
Calls
2
run
Method · 0.95
PredictorWorker
Class · 0.85
Tested by
no test coverage detected