Maximage / app.py
MaxGab's picture
initial commit
bdcb2da verified
raw
history blame contribute delete
118 Bytes
import gradio as gr
gr.load(
"models/stabilityai/stable-diffusion-3.5-medium",
provider="replicate",
).launch()