File size: 119 Bytes
b9856c4
 
bf65365
 
31fd630
bf65365
1
2
3
4
5
6
import gradio as gr

with gr.Blocks() as demo:
    gr.load("black-forest-labs/FLUX.1-dev", src="spaces")

demo.launch()