aifeifei798 commited on
Commit
ad2e35a
1 Parent(s): 6236be8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -45,6 +45,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
45
  return image, seed
46
 
47
  examples = [
 
48
  "flux, kpop girls, sunrise",
49
  "flux",
50
  "If life could always be as fresh as the first encounter.",
@@ -78,6 +79,7 @@ DarkIdol-flux is a text-to-image AI model designed to create aesthetic, detailed
78
  max_lines=12,
79
  placeholder="Enter your prompt",
80
  container=False,
 
81
  )
82
 
83
  run_button = gr.Button("Run")
 
45
  return image, seed
46
 
47
  examples = [
48
+ "this photo is a cute girl in cute bikini",
49
  "flux, kpop girls, sunrise",
50
  "flux",
51
  "If life could always be as fresh as the first encounter.",
 
79
  max_lines=12,
80
  placeholder="Enter your prompt",
81
  container=False,
82
+ value="this photo is a cute girl in cute bikini",
83
  )
84
 
85
  run_button = gr.Button("Run")