File size: 125 Bytes
195b23b
 
bd73258
daceb61
bd73258
daceb61
1
2
3
4
5
6
import gradio as gr


with gr.Blocks(css=css) as demo:

gr.load("models/stabilityai/stable-diffusion-3.5-large")demo.launch()