File size: 117 Bytes
5a20c48
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

gr.load(
   "models/stabilityai/stable-diffusion-3.5-large",
   provider="replicate",
).launch()