ChenDY commited on
Commit
6c3ac85
·
1 Parent(s): 42d7985

example nag scale

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,9 +32,9 @@ pipe = pipe.to(device)
32
  examples = [
33
  ["Portrait of AI researcher.", "Glasses.", 5],
34
  ["A beautiful cyborg.", "Robot.", 5],
35
- ["Minimalist abstract line drawing: face portrait of a girl with long hair.", "Complex, detail.", 5],
36
  ["A baby phoenix made of fire and flames is born from the smoking ashes.", "Low resolution, blurry, lack of details, illustration, cartoon, painting.", 5],
37
- ["A tiny astronaut hatching from an egg on the moon.", "Low resolution, blurry, lack of details, illustration, cartoon, painting.", 5]
38
  ]
39
 
40
  @spaces.GPU
 
32
  examples = [
33
  ["Portrait of AI researcher.", "Glasses.", 5],
34
  ["A beautiful cyborg.", "Robot.", 5],
35
+ ["Minimalist abstract line drawing: face portrait of a girl with long hair.", "Complex, detail.", 7],
36
  ["A baby phoenix made of fire and flames is born from the smoking ashes.", "Low resolution, blurry, lack of details, illustration, cartoon, painting.", 5],
37
+ ["A tiny astronaut hatching from an egg on the moon.", "Low resolution, blurry, lack of details, illustration, cartoon, painting.", 9]
38
  ]
39
 
40
  @spaces.GPU