File size: 115 Bytes
9d5fc13
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

gr.load(
   "models/stabilityai/stable-diffusion-3.5-medium",
   provider="fal-ai",
).launch()