imaggen / app.py
CJHauser's picture
initial commit
c01d9be verified
raw
history blame contribute delete
110 Bytes
import gradio as gr
gr.load(
"models/black-forest-labs/FLUX.1-dev",
provider="hf-inference",
).launch()