Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Ghana-NLP/Khaya-chat
Ghana-NLP
/
Kikuyu-tts-public
like
0
Runtime error
App
Files
Files
Community
azunre
commited on
Mar 3, 2024
Commit
da64ad8
•
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()