Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
h2oai/h2o_wave_whisper
rajistics
/
h2o_wave_transformers
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rajistics
commited on
Mar 21, 2023
Commit
0e9c5cd
·
1 Parent(s):
326e14a
Delete utils.py
Browse files
Files changed (1)
hide
show
utils.py
+0
-9
utils.py
DELETED
Viewed
@@ -1,9 +0,0 @@
1
-
from h2o_wave import ui
2
-
3
-
4
-
def get_inline_script(text: str) -> ui.InlineScript:
5
-
"""
6
-
Get Wave's Inline Script.
7
-
"""
8
-
9
-
return ui.inline_script(text)