aliabd's picture
aliabd HF staff
Upload with huggingface_hub
f14d43d
raw
history blame
159 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.HighlightedText(value=[("Text","Label 1"),("to be","Label 2"),("highlighted","Label 3")])
demo.launch()