File size: 690 Bytes
dc0e781
e20e8da
dc0e781
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import gradio as gr 

gr.load("models/black-forest-labs/FLUX.1-dev").launch(
    examples=[
        ["A beautiful sunset over a calm ocean"],
        ["A futuristic cityscape with flying cars"],
        ["A serene forest scene with a babbling brook"],
        ["An abstract representation of love with swirling colors"],
        ["A cat playing with a ball of yarn in a cozy living room"],
        ["A majestic mountain range under a starry night sky"],
        ["A bustling farmer's market with colorful produce"],
        ["A steampunk-inspired clockwork mechanism"],
        ["A tranquil Japanese garden with a koi pond"],
        ["A whimsical treehouse in an enchanted forest"]
    ]
)