Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
kokoro-test
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
akhaliq
HF staff
commited on
5 days ago
Commit
a2e4c08
·
verified
·
1 Parent(s):
410821f
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+8
-0
app.py
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
import gradio as gr
2
+
import ai_gradio
3
+
4
+
5
+
gr.load(
6
+
name='kokoro:kokoro-v0_19',
7
+
src=ai_gradio.registry,
8
+
).launch()