Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MatrixTeam-AI/RAIN
/ start_process
Function
start_process
gradio_app.py:98–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
cropping = inp
97
98
def
start_process():
99
global work_flag
100
if
(work_flag):
101
return
102
a.kick_start(0.01)
103
work_flag = True
104
105
def
stop_process():
106
global work_flag
Callers
nothing calls this directly
Calls
1
kick_start
Method · 0.80
Tested by
no test coverage detected