Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ghana-NLP
/
Khaya-chat
like
2
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
da64ad8
Khaya-chat
/
app.py
azunre
Create app.py
da64ad8
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
113 Bytes
import
gradio
as
gr
iface = gr.load(name=
"Ghana-NLP/Khaya-chat-bot"
, hf_token = MY_HF_TOKEN_KEY)
iface.launch()