Spaces:
Runtime error
Runtime error
File size: 126 Bytes
3209314 |
1 2 3 4 5 6 |
import gradio as gr
gr.load(
"models/stabilityai/stable-diffusion-3.5-large-turbo",
provider="hf-inference",
).launch() |