File size: 123 Bytes
e6a94bd
f14d43d
ecb5b28
e6a94bd
 
 
f14d43d
e6a94bd
1
2
3
4
5
6
7
8
9
import gradio as gr

with gr.Blocks() as demo:
    gr.HighlightedText(
        combine_adjacent=True,
    )

demo.launch()