aifeifei798 commited on
Commit
6c283b9
1 Parent(s): 04d020a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -44,6 +44,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
44
  return image, seed
45
 
46
  examples = [
 
47
  "real model girl in real life"
48
  ]
49
 
 
44
  return image, seed
45
 
46
  examples = [
47
+ "real model smile girl in real life",
48
  "real model girl in real life"
49
  ]
50