Spaces:
Running
on
Zero
Running
on
Zero
example nag scale
Browse files
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.",
|
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.",
|
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
|