Kunst-AI / app.py
Kino09's picture
initial commit
6dab368 verified
raw
history blame contribute delete
111 Bytes
import gradio as gr
gr.load(
"models/CompVis/stable-diffusion-v1-4",
provider="hf-inference",
).launch()