aifeifei798 commited on
Commit
ad21027
·
verified ·
1 Parent(s): 810d00d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -60,6 +60,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
60
  return image, seed
61
 
62
  examples = [
 
63
  "this photo is a smile kpop girl in white bikini",
64
  "this photo is a kpop girl in bikini",
65
  "this photo is real model slight smile kpop girl in real life",
@@ -138,7 +139,7 @@ with gr.Blocks(css=css) as demo:
138
  minimum=1,
139
  maximum=50,
140
  step=1,
141
- value=4,
142
  )
143
 
144
  with gr.Row():
 
60
  return image, seed
61
 
62
  examples = [
63
+ "flux, real model slight kpop girl in real life",
64
  "this photo is a smile kpop girl in white bikini",
65
  "this photo is a kpop girl in bikini",
66
  "this photo is real model slight smile kpop girl in real life",
 
139
  minimum=1,
140
  maximum=50,
141
  step=1,
142
+ value=8,
143
  )
144
 
145
  with gr.Row():