gradio_gptchatbot / src /README.md
abidlabs's picture
abidlabs HF staff
Upload folder using huggingface_hub
e20bcf8
|
raw
history blame
142 Bytes
# gradio_gptchatbot
A Custom Gradio component.
## Example usage
```python
import gradio as gr
from gradio_gptchatbot import GPTChatbot
```