Flux1Dev / app.py
Akbartus's picture
Update app.py
bf65365 verified
raw
history blame
119 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.load("black-forest-labs/FLUX.1-dev", src="spaces")
demo.launch()