File size: 113 Bytes
da64ad8
 
 
 
 
1
2
3
4
5
import gradio as gr

iface = gr.load(name="Ghana-NLP/Khaya-chat-bot", hf_token = MY_HF_TOKEN_KEY)

iface.launch()