Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
highlightedtext_component_main
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
86d7545
highlightedtext_component_main
/
run.py
aliabd
HF staff
Upload folder using huggingface_hub
e6a94bd
over 1 year ago
raw
Copy download link
history
blame
Safe
123 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.HighlightedText(
combine_adjacent=
True
,
)
demo.launch()