Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
def
stop_process():
106
global work_flag
107
a.stop()
108
a.clear_queue()
109
work_flag = False
110
111
def
render_pose(frame):
112
if
(frame is None):
Callers
nothing calls this directly
Calls
2
stop
Method · 0.80
clear_queue
Method · 0.80
Tested by
no test coverage detected