Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
h2oai/h2o_wave_whisper
Nymbo
/
h2o_wave_whisper
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
95bf4b2
h2o_wave_whisper
/
utils.py
Nymbo
Duplicate from h2oai/h2o_wave_whisper
95bf4b2
over 1 year 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)