MCPcopy Create free account
hub / github.com/MatrixTeam-AI/RAIN / stop_process

Function stop_process

gradio_app.py:105–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 work_flag = True
104
105def stop_process():
106 global work_flag
107 a.stop()
108 a.clear_queue()
109 work_flag = False
110
111def render_pose(frame):
112 if(frame is None):

Callers

nothing calls this directly

Calls 2

stopMethod · 0.80
clear_queueMethod · 0.80

Tested by

no test coverage detected