Khaya-chat / app.py
azunre's picture
Create app.py
da64ad8 verified
raw
history blame
113 Bytes
import gradio as gr
iface = gr.load(name="Ghana-NLP/Khaya-chat-bot", hf_token = MY_HF_TOKEN_KEY)
iface.launch()