File size: 157 Bytes
b959fce
 
4a7fc60
d4421f5
4a7fc60
1
2
3
4
5
6
import gradio as gr

iface = gr.Interface.load("models/nitrosocke/spider-verse-diffusion",
                          title="Verse Diffusion")
iface.launch()