Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MatrixTeam-AI/RAIN
/ clear_queue
Function
clear_queue
gradio_app.py:87–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
return
"Succesfully cleared reference"
86
87
def
clear_queue():
88
a.clear_queue()
89
return
"Successfully cleared queue"
90
91
def
change_fps(fps_):
92
a.set_fps(fps_)
Callers
nothing calls this directly
Calls
1
clear_queue
Method · 0.80
Tested by
no test coverage detected