Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ghana-NLP
/
Khaya-chat
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
azunre
commited on
Mar 3, 2024
Commit
da64ad8
·
verified
·
1 Parent(s):
233986c
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import gradio as gr
2
+
3
+
iface = gr.load(name="Ghana-NLP/Khaya-chat-bot", hf_token = MY_HF_TOKEN_KEY)
4
+
5
+
iface.launch()