gsarti's picture
Upload folder using huggingface_hub
4954c84
|
raw
history blame
166 Bytes
# gradio_highlightedtextbox
A Custom Gradio component.
## Example usage
```python
import gradio as gr
from gradio_highlightedtextbox import HighlightedTextbox
```