Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSami_Agents_Zero-2
QOSami_Agents_Zero-2
/
plugins
/
_whisper_stt
/
extensions
/
webui
/
page-head
/
runtime.html
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
html
6 lines
208 Bytes
Copy permalink
Copy
Raw
1
<link
rel=
"stylesheet"
href=
"/plugins/_whisper_stt/webui/whisper-stt.css"
>
2
<script
type=
"module"
>
3
import
{
store
}
from
"
/plugins/_whisper_stt/webui/whisper-stt-store.js
"
;
4
5
store
.
initRuntime
();
6
</script>