Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
h2oai
/
h2o_wave_whisper
like
11
Running
App
Files
Files
Community
1
2be70cd
h2o_wave_whisper
/
utils.py
MartinT
feat: Init.
0c7f41b
almost 2 years ago
raw
Copy download link
history
blame
Safe
160 Bytes
from
h2o_wave
import
ui
def
get_inline_script
(
text:
str
) -> ui.InlineScript:
"""
Get Wave's Inline Script.
"""
return
ui.inline_script(text)