aliabd's picture
aliabd HF staff
Upload folder using huggingface_hub
e6a94bd
raw
history blame
123 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.HighlightedText(
combine_adjacent=True,
)
demo.launch()