File size: 179 Bytes
a2e4c08
 
21969ef
a2e4c08
 
21969ef
a2e4c08
 
21969ef
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import gradio as gr
import ai_gradio
import spaces


demo = gr.load(
    name='kokoro:kokoro-v0_19',
    src=ai_gradio.registry,
)

demo.fn = spaces.GPU()(demo.fn)

demo.launch()